circuitpython/ports/stm/boards
Matthew McGowan e2c6cf5929 fix: Increases drive strength of 32kHz external crystal, in line with calculations specified in ST AN2867 sections 3.3, 3.4, and STM32L4 datasheet DS12023 Table 58. LSE oscillator characteristics.
The drive strength RCC_LSEDRIVE_LOW is marginal for the 32kHz crystal oscillator stability, and RCC_LSEDRIVE_MEDIUMLOW meets the calculated drive strength with a small margin for parasitic capacitance.
2023-02-28 14:34:10 -08:00
..
espruino_pico Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
espruino_wifi Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
feather_stm32f405_express Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
meowbit_v121 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
nucleo_f446re Update mpconfigboard.h 2022-09-26 19:58:33 +02:00
nucleo_f746zg Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
nucleo_f767zi Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
nucleo_h743zi_2 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
openmv_h7 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
pyb_nano_v2 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
pyboard_v11 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
sparkfun_stm32_thing_plus fix extensions for atmel and 2 boards, matching main 2022-07-26 18:15:59 +02:00
sparkfun_stm32f405_micromod Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f4_discovery Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f411ce_blackpill Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f411ce_blackpill_with_flash Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f411ve_discovery Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f412zg_discovery Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
stm32f746g_discovery Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
swan_r5 fix: Increases drive strength of 32kHz external crystal, in line with calculations specified in ST AN2867 sections 3.3, 3.4, and STM32L4 datasheet DS12023 Table 58. LSE oscillator characteristics. 2023-02-28 14:34:10 -08:00
thunderpack_v11 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
thunderpack_v12 Use MP_WEAK for default board.c routines 2022-09-08 07:36:50 -04:00
STM32F401xd_fs.ld Add recovery domain write access, adjust stack 2020-05-11 18:02:40 -04:00
STM32F401xe_boot.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F401xe_fs.ld Add recovery domain write access, adjust stack 2020-05-11 18:02:40 -04:00
STM32F405_boot.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F405_default.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F405_fs.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F407_fs.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F411_fs.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F411_nofs.ld Added new linker file 2021-07-26 13:59:25 +09:00
STM32F411_nvm.ld Move NVM block to increase program size. 2020-06-25 21:46:15 -07:00
STM32F411_nvm_nofs.ld Remove filesystem from linker script. 2020-11-23 22:56:38 -08:00
STM32F412_fs.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32F446_fs.ld Add circuitpython support for STM Nucleo-F446RE. 2022-09-26 19:12:42 +02:00
STM32F746xG_fs.ld Add DTCM and ITCM support to F7 series 2020-06-09 18:01:52 -04:00
STM32F767_fs.ld Add DTCM and ITCM support to F7 series 2020-06-09 18:01:52 -04:00
STM32H743_fs.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
STM32L4R5_boot.ld feat(swan_r5): the upper 1MB of flash (bank 2) is made available for the filesystem 2022-05-25 14:19:35 -07:00
STM32L4R5_default.ld feat(swan_r5): the upper 1MB of flash (bank 2) is made available for the filesystem 2022-05-25 14:19:35 -07:00
common_default.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
common_nvm.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
common_tcm.ld Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
openocd_stm32f4.cfg create copy 2020-03-11 18:13:06 -04:00
system_stm32f4xx.c run code formatting script 2021-03-15 19:27:36 +05:30
system_stm32f7xx.c run code formatting script 2021-03-15 19:27:36 +05:30
system_stm32h7xx.c run code formatting script 2021-03-15 19:27:36 +05:30
system_stm32l4xx.c feat(swan_r5):bootloader build (UF2_BOOTLOADER=2) does not set the ISR vector table. 2021-09-29 20:40:37 -07:00