microbit-foundation / standalone-error-program

A small, standalone (No CODAL) bit of code to display errors on the micro:bit, for use in DAPLink and as a template for BLE bootloader
MIT License
0 stars 1 forks source link

Run in RAM - build script, make folder, and demo CODAL app #12

Closed martinwork closed 3 years ago

martinwork commented 3 years ago

Duplicated microbit-nrfx/armgcc and changed only the linker script. I wasn't sure where in RAM it should run, so I put it in the middle.

Duplicated build.py and changed the folder references, filenames, etc.

The ram-demo folder contains:

microbit-mark commented 3 years ago

@microbit-sam could you review when you get the chance?

microbit-mark commented 3 years ago

@martinwork feel free to merge and close