Work on fleshing out sections

This commit is contained in:
Kyle Cardoza 2024-03-23 02:26:52 -04:00
parent d52c1cdecc
commit db3f0b4bc6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The cross-development SDK for Sentinel 65X requires the Calypsi C/asm toolchain,
## Language
Calypsi supports a fairly modern dialect of C, essentially C11 with some additions from later C standard revisions. The C standard library it supplies is used by the SDK, modified to work with the Sentinel 65X kernel installed to the on-board flash ROM.
Calypsi supports a fairly modern dialect of C, essentially C99 with some additions from later C standard revisions. The C standard library it supplies is used by the SDK, modified to work with the Sentinel 65X kernel installed to the on-board flash ROM.
## Toolchain