Skip to content

CE C Toolchain (LLVM-based)

Compare
Choose a tag to compare
@mateoconlechuga mateoconlechuga released this 09 Sep 14:52
· 1162 commits to master since this release

(A minor bug was found and fixed since this release, please make sure to download the latest toolchain version instead!)

Getting Started

Read the Getting Started Guide.

Downloads

Windows: windows_CEdev.zip
Linux: linux_CEdev.tar.gz
macOS: mac_CEdev.dmg

CE Libraries

Download the latest 'Standard' CE Libraries to fully utilize the CE C Toolchain.
These libraries add runtime support for fast graphics, file access, keypad integration, and more.
Documentation for the libraries can be found here.

Changelog

Among other things:

  • New time and clock-related functions added
  • New os_runPrgm function to run an external program
  • Deprecations of some functions that lead to bad code
  • Some C++ related improvements (new headers, static_assert, quick_exit...)
  • Other minor fixes and improvements
  • Documentation-related improvements
  • CI-related improvements

For a more detailed changelog of v9.2, please see the changelog file.