Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 05:43
· 7 commits to main since this release

Initial release built from Mbed CE and pushed via Github Actions.

To use these compiled cores, extract them into a subfolder of the the hardware folder in your Arduino sketchbook. For example, on my Windows machine, I have:

C:\Users\jamie\Documents\Arduino\hardware\mbed-ce\ArduinoCore-mbed-ce-ARDUINO_NICLA_SENSE_ME-Release-1.1.0

and this folder contains boards.txt, platform.txt, etc.

After extracting the core to this folder, you should be able to select it from the menu in Arduino IDE:
image

Each core comes in 2 variants: Debug and Release. The Release core is small, but does not allow debugging. The Debug core is compiled with debug symbols, so you can use it with the IDE's debugger and debug your code.