micropython/ports/samd/mcu/samd51
robert-hh 315eb949da samd: Rearrange the MCU-specific loader files.
Such that they are easier to adapt.  The maximum code size is set by:

    MICROPY_HW_CODESIZE=xxxK

in mpconfigmcu.mk for the MCU family as default or in mpconfigboard.mk for
a specific board.  Setting the maximum code size allows the loader to error
out if the code gets larger than the space dedicated for it.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-05-22 18:36:29 +10:00
..
clock_config.c all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
manifest.py samd/mcu/samd51: Use an additional manifest.py for SAMD51 boards. 2022-11-08 23:22:26 +11:00
mpconfigmcu.h samd: Always provide the machine.RTC class. 2023-03-13 12:44:34 +11:00
mpconfigmcu.mk samd: Rearrange the MCU-specific loader files. 2023-05-22 18:36:29 +10:00
pin-af-table.csv all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00