micropython/ports
robert-hh 75a9f35ab9
esp32/machine_timer.c: Limit timer numbers for ESP32C3.
The ESP32C3 has only two timers in one group.
In the code this is reflected as two groups with one timer.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-04-03 20:11:13 +02:00
..
bare-arm
cc3200 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 2024-03-15 12:04:37 +11:00
embed
esp32 esp32/machine_timer.c: Limit timer numbers for ESP32C3. 2024-04-03 20:11:13 +02:00
esp8266
mimxrt mimxrt: Add support for OpenAMP. 2024-03-29 17:59:29 +11:00
minimal
nrf
pic16bit
powerpc
qemu-arm all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
renesas-ra
rp2 rp2/CMakeLists: Apply O2 optimisation to map, mpz and vm source code. 2024-03-27 12:16:30 +11:00
samd
stm32 stm32/mpremoteprocport: Use metal logging functions. 2024-03-29 17:59:18 +11:00
unix
webassembly webassembly/proxy_js: Allow a Python proxy of a function to be undone. 2024-03-30 13:13:51 +11:00
windows
zephyr