From a7c6bbf645cb6f0fd73969155fceb9a0c502c7a5 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Sat, 23 Mar 2024 02:29:30 -0400 Subject: [PATCH] Work on fleshing out sections --- C Compiler.md => SDK.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename C Compiler.md => SDK.md (85%) diff --git a/C Compiler.md b/SDK.md similarity index 85% rename from C Compiler.md rename to SDK.md index 5d35c5a..aa40155 100644 --- a/C Compiler.md +++ b/SDK.md @@ -3,7 +3,11 @@ gitea: none include_toc: true --- -# C Compiler +# 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 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).