micropython/ports
Rick Sorensen 260568e081 samd/mcu/samd21: Allow user to enable additional options.
Currently for samd21 some features are disable because of limited memory.
With the ability to trade firmware and filesystem space, a user may wish to
selectively enable some of these features.  This change allows them to be
enabled in board `mpconfigboard.h` or on the build command line for
example.  The selectively enable functions are: MICROPY_PY_FRAMEBUF,
MICROPY_PY_SELECT, MICROPY_PY_ONEWIRE and MICROPY_PY_ASYNCIO.

Signed-off-by: Rick Sorensen <rick.sorensen@gmail.com>
2024-08-26 12:32:37 +10:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 all: Use new mp_obj_new_str_from_cstr() function. 2024-07-04 15:55:03 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/boards: Remove all IDF3 variants. 2024-08-20 12:49:12 +10:00
esp8266 esp32,esp8266: Use new mp_obj_new_str_from_cstr() function. 2024-07-05 11:27:25 +10:00
mimxrt mimxrt/machine_pin: Clear IRQ flag when enabling or disabling IRQ. 2024-08-20 12:06:25 +10:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf nrf/Makefile: Fix GCC_VERSION check. 2024-07-31 12:44:16 +10:00
pic16bit all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu-arm qemu-arm: Fix tinytest test profile when updating set of dirs/files. 2024-08-07 15:20:53 +10:00
qemu-riscv qemu-arm: Fix tinytest test profile when updating set of dirs/files. 2024-08-07 15:20:53 +10:00
renesas-ra extmod/modos: Include os.sep entry if MICROPY_VFS is enabled. 2024-07-20 12:32:31 +10:00
rp2 rp2/modmachine: Set the peripheral frequency with machine.freq(). 2024-08-20 12:26:45 +10:00
samd samd/mcu/samd21: Allow user to enable additional options. 2024-08-26 12:32:37 +10:00
stm32 stm32/boards/STM32H7B3I_DK: Fix octo-spi pin configuration. 2024-08-22 12:35:12 +10:00
unix unix: Switch stack limit check to new cstack API. 2024-08-14 12:57:27 +10:00
webassembly webassembly: Reuse PyProxy objects when they are the same Python object. 2024-07-19 11:55:24 +10:00
windows github/workflows: Improve MSYS2-based CI builds. 2024-07-25 16:22:21 +10:00
zephyr all: Use new mp_obj_new_str_from_cstr() function. 2024-07-04 15:55:03 +10:00