micropython/ports
Brian Cooke 7fe7c55bb8 esp32/machine_timer: Fix ESP32C3 timer period doubling.
The original ESP32 only supports timer source clock APB so it doesn't need
and doesn't have a clk_src field.

The ESP32C3 supports timer source clock APB and XTAL so it does have a
clk_src field, and this needs to be configured to get the correct period.

Fixes #8084.
2022-11-23 11:57:39 +11:00
..
bare-arm
cc3200
esp32 esp32/machine_timer: Fix ESP32C3 timer period doubling. 2022-11-23 11:57:39 +11:00
esp8266 esp8266/machine_pin: Disable open drain when pin becomes input/output. 2022-11-15 12:51:39 +11:00
mimxrt mimxrt/mpconfigport: Remove config options that are set by default. 2022-11-18 15:06:37 +11:00
minimal minimal/Makefile: Set linker to $(CC). 2022-11-15 17:09:37 +11:00
nrf shared/tinyusb: Further refactor static USB device implementation. 2022-11-11 16:47:36 +11:00
pic16bit
powerpc
qemu-arm
renesas-ra renesas-ra: Change file system size to 64KB for RA6M1. 2022-11-15 10:01:36 +11:00
rp2 rp2/boards/ARDUINO_NANO_RP2040: Add more modules and enable MD5 hash. 2022-11-14 19:06:51 +11:00
samd samd/Makefile: Set MPY_CROSS_FLAGS. 2022-11-17 22:10:41 +11:00
stm32 stm32/i2c: Add hardware I2C implementation for STM32L4. 2022-11-18 15:01:13 +11:00
teensy
unix
webassembly webassembly/library: Make use of CustomEvent detail property. 2022-11-11 13:21:28 +11:00
windows windows: Make project file read-only for IDE. 2022-11-15 16:37:31 +11:00
zephyr