trellis_m4 0.3.0

Board Support crate for the Adafruit NeoTrellis M4 Express
Documentation
1
2
3
4
5
6
7
8
MEMORY
{
  /* Leave 16k for the default bootloader on the NeoTrellis M4 */
  FLASH (rx) : ORIGIN = 0x00000000 + 16K, LENGTH = 512K - 16K
  RAM (xrw)  : ORIGIN = 0x20000000, LENGTH = 192K
}
_stack_start = ORIGIN(RAM) + LENGTH(RAM);