micropython/ports
Yuuki NAGAO ddf1a383ca stm32/machine_adc: Fix machine.ADC so it works on STM32G0.
Fixes are:
- Enable VREG before initializing ADC.
- The channel value of internal sensor should convert with
  __LL_ADC_CHANNEL_TO_DECIMAL_NB().

Signed-off-by: Yuuki NAGAO <wf.yn386@gmail.com>
2025-09-23 14:48:50 +10:00
..
alif alif/tinyusb_port: Fix setting of USB device addr for fast hosts. 2025-09-08 12:30:53 +10:00
bare-arm py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
cc3200 ports: Remove unneeded future imports. 2025-09-15 14:54:09 +10:00
embed embed/port: Fix alloca include for Windows platforms. 2025-08-01 12:01:37 +10:00
esp32 esp32/machine_uart: Handle properly the timeout_char argument. 2025-09-11 12:42:18 +10:00
esp8266 esp8266/main: Use new cstack API and add a stack margin of 64 bytes. 2025-09-11 12:55:36 +10:00
mimxrt mimxrt/mphalport: Fix building with USB CDC disabled. 2025-09-09 10:29:38 +10:00
minimal py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
nrf ports: Remove unneeded future imports. 2025-09-15 14:54:09 +10:00
pic16bit py/mpconfig: Rename MICROPY_PY___FILE__ to MICROPY_MODULE___FILE__. 2025-08-19 13:00:45 +10:00
powerpc py/mpconfig: Enable the sys module at all feature levels by default. 2025-08-22 13:31:10 +10:00
qemu qemu: Enable Zba opcodes for the VIRT_RV32 board. 2025-09-19 15:52:20 +02:00
renesas-ra extmod/modtime: Move tuple creation to common localtime implementation. 2025-08-15 12:09:13 +10:00
rp2 rp2/mpconfigport: Enable Zba opcodes in RISC-V mode. 2025-09-19 15:52:20 +02:00
samd samd/mphalport: Fix building with USB CDC disabled. 2025-09-09 10:29:38 +10:00
stm32 stm32/machine_adc: Fix machine.ADC so it works on STM32G0. 2025-09-23 14:48:50 +10:00
unix unix/main: Ensure atexit function is called with -m <module>. 2025-09-23 14:13:37 +10:00
webassembly extmod/modtime: Move tuple creation to common localtime implementation. 2025-08-15 12:09:13 +10:00
windows shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
zephyr zephyr/CMakeLists.txt: Enable sys.implementation._build. 2025-09-08 11:24:32 +10:00