Update README.md

This commit is contained in:
mos_8502 2024-03-22 01:50:53 +01:00
parent e4ef18577b
commit 8aff81cbcf
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Sentinel 65X SDK
This package will provide a cross-developmnent SDK for Sentinel 65X, based around the Calypsi C compiler toolchain. This SDK will enable you to produce programs for Sentinel 65X using standard C library APIs, using a customized C library wrapped around the Sentinel 65X kernel interface.
This package will provide a cross-developmnent SDK for Sentinel 65X, based around the Calypsi C compiler toolchain. This SDK will enable you to produce programs for Sentinel 65X using standard C library APIs, using a customized C library wrapped around the Sentinel 65X kernel interface.
## Requirements
In order to use the SDK, you will need to have the Calypsi toolchain installed. This can be obtained at https://github.com/hth313/Calypsi-tool-chains/releases for macOS, Linux, and Windows.
Additionally, the SDK assumes a Unix-like suite of command-line developmnent tools, including GNU Make.