Sentinel65X-Handbook/SDK.md

25 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-03-23 07:26:24 +01:00
---
gitea: none
include_toc: true
---
2024-03-23 07:29:30 +01:00
# SDK
The Sentinel 65X software development kit is a package of tools and resources used in cross-development of programs for Sentinel 65X.
## C Compiler
2024-03-23 07:26:24 +01:00
The cross-development SDK for Sentinel 65X requires the Calypsi C/asm toolchain, targeting 65816. The SDK does not include Calypsi, which is available as freeware from [the Calypsi website](https://calypsi.cc).
## Language
2024-03-23 07:26:52 +01:00
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.
2024-03-23 07:26:24 +01:00
## Toolchain
Calypsi also provides a 65816 assembler, a linker, and a librarian, all of which are used by the SDK. Your SDK projects can be written in C, assembly language, or a mix of the two.
## Libraries
The SDK will include several useful libraries ready to use in your projects, under license terms which place no obligations on your own code's license terms.