13330 Commits (988827b85a9b09f1164e101ea2520562dd31634e)
 

Author SHA1 Message Date
iabdalkader 31f2440388 stm32/adc: Remove obsolete FIRST/LAST GPIO channel macros. 3 years ago
iabdalkader e5df4a96fa stm32/adc: Fix L4 ADC channel numbers. 3 years ago
Peter D. Gray ae5f647a2d stm32/system_stm32: Make SystemClock_Config() a weak symbol. 7 years ago
Damien George e306f2285b stm32/boards/NUCLEO_WL55: Add new board definition. 4 years ago
Damien George e0a0719416 stm32: Add initial support for STM32WL MCUs. 4 years ago
Damien George 9127e63708 stm32/Makefile: Make stm32lib configurable. 4 years ago
Damien George e4f59a0020 stm32/rtc: Use LL_RTC functions to simplify some MCU-specific code. 3 years ago
Damien George 26faf74d52 stm32/mboot: Add support for F469/479 MCUs in fwupdate.py. 3 years ago
Damien George 4f918f4b26 stm32/mboot: Add MBOOT_BOARD_ENTRY_INIT for a board to add entry code. 3 years ago
Damien George b8d55d4c52 stm32/mboot: Allow HSI to be used as the main clock source. 3 years ago
Damien George fbd47fc46c ports: Consolidate inclusion of umachine module in built-ins. 3 years ago
Damien George 102cc12dbb tools/autobuild: Provide .uf2 images for esp32 builds when available. 3 years ago
Damien George 71b3ce3ace esp32: Create .uf2 binaries for S2 and S3 chips. 3 years ago
Damien George 59b6099508 tools/uf2conv.py: Update to latest version. 3 years ago
Damien George feeeb5ea3a top: Update .git-blame-ignore-revs for latest Black formatting commits. 3 years ago
Damien George ab2923dfa1 all: Update Python formatting to latest Black version 22.1.0. 3 years ago
Damien George 326b2c79df docs: Remove reference to obsolete neopixel_write function. 3 years ago
Damien George 872bab6b3c esp32: Remove unneeded modesp.h. 3 years ago
Emil Kondayan b18d4392b4 esp32/adc: Fix wrong mapping between ADC2 channel and GPIO number. 3 years ago
Michael O'Cleirigh eae2e3516c esp32/main: Automatically size SPIRAM heap when allocated using malloc. 3 years ago
Damien George 1f04a9a1fc esp32/esp32_rmt: Select correct last RMT channel on S2, S3, C3 variants. 3 years ago
IhorNehrutsa 15e65b77eb esp32/machine_pwm: Clean up macro names and their use. 3 years ago
IhorNehrutsa a5e64c209f esp32/machine_pwm: Fix PWM not allowing frequencies < 611 Hz. 3 years ago
Damien George a5003ba407 gitmodules: Update branch for stm32lib submodule. 3 years ago
Herwin Grobben 8f68e26f79 stm32: Add support for G4 MCUs, and add NUCLEO_G474RE board defn. 4 years ago
Damien George 60e05ae84e stm32/mboot: Compute and check CRC32 of dfu file in fwupdate.py. 3 years ago
Damien George ca1914fb47 stm32/mboot: Support H7 MCUs in fwupdate.py. 3 years ago
Damien George 29867a2439 stm32/mboot: Include hal_rcc_ex.c in source file list. 3 years ago
Damien George c8c229b96c stm32/mboot: Use PLL3 for USB clock source on H7 MCUs. 3 years ago
Damien George c99ed8d6fa stm32/powerctrl: Write bootloader-state as 64-bit word to work on H7. 3 years ago
Damien George 4a4f269a1a stm32/powerctrlboot: Set HAL uwTickPrio variable when needed. 3 years ago
Damien George 14becd80c9 stm32/usbd_conf: Set lpm_enable and battery_charging_enable on all MCUs. 3 years ago
Herwin Grobben 517e82eb6b stm32/fdcan: Fix naming with regards to G4 series. 3 years ago
Herwin Grobben 160e4d9a6d stm32/fdcan: Fix FIFO1 usage and handling of error interrupts. 3 years ago
iabdalkader a00e1e5735 stm32/dac: Deinit all DACs on soft reset. 3 years ago
robert-hh c1841c2d45 mimxrt: Simplify Makefile in selection of flash type. 3 years ago
robert-hh da9c3607a5 mimxrt: Add support for the Olimex RT1010 board. 3 years ago
robert-hh b73073d246 mimxrt: Add USB ID elements. 3 years ago
robert-hh 30380962cf mimxrt: Allow to select cs0 or cs1 for SPI. 3 years ago
robert-hh 1dc366f901 mimxrt: Replace Pin-config constants by a function call. 3 years ago
robert-hh 5bda84aed5 mimxrt: Remove two files from the Seeed Arch Mix directory. 3 years ago
robert-hh b8a0358c34 mimxrt: Compensate for a bug in the fsl_lpspi.c file. 3 years ago
robert-hh 84b76e4fbf mimxrt: Allow for board-specific flash driver files. 3 years ago
robert-hh 2dd3d88409 mimxrt: Support gaps in the SPI an I2C device numbers. 3 years ago
Damien George e1a84a0c6f esp32/partitions: Increase size of app-part from 0x180000 to 0x1F0000. 3 years ago
Damien George 79a3158de6 stm32/pin: Change remaining uses of "af" to "alt". 3 years ago
Andrew Leech 30b6ce86be windows: Add micropython.schedule support. 3 years ago
Damien George c153bfd311 docs/differences: Update python_36 now that b2a_base64 accepts newline. 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George aafd8859e9 docs/differences: Update differences now that math.tau/inf/nan exist. 3 years ago