Move rtos-trace example to a separate project to simplify Cargo.toml

This commit is contained in:
Quentin Smith
2022-08-18 01:38:58 -04:00
parent 7dfe119fe0
commit 2edf532f8d
7 changed files with 115 additions and 56 deletions

View File

@ -0,0 +1,7 @@
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}