Mike Causer
|
47b778332a
|
all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
|
2021-05-20 23:22:03 +10:00 |
Damien George
|
26e90a0514
|
stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards.
The previous commit changed the default configuration on L4 MCUs to use
LSI, so configure these boards to use LSE again.
|
2019-10-04 16:10:13 +10:00 |
Chris Mason
|
3786592097
|
stm32/boards: Optimise flash and RAM allocation for L4 boards.
Optimisations are:
- Remove FLASH_ISR section since devices with a small flash sector erase
size don't need special FLASH_ISR handling. This reduces flash image by
approx 1.5k.
- Make SRAM2 contiguous with SRAM1 where possible.
- Simplify configuration of 2k RAM buffer used for flash filesystem.
RAM changes with this commit:
- L432: stack 6k -> 10k, bss + heap 42k -> 52k
- L476: stack 16k -> 30k, bss + heap 80k -> 96k
- L496: stack 206k -> 16k, bss + heap 112k -> 302k
|
2019-07-01 16:57:20 +10:00 |
Damien George
|
009b1f6559
|
stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code.
This eliminates a lot of duplicated code in these header files.
|
2019-06-25 14:18:24 +10:00 |
Tobias Badertscher
|
769e37b646
|
stm32/boards: Add config files for new board, STM32L496GDISC.
|
2018-05-18 22:39:49 +10:00 |