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
..
2018-12-13 01:20:55 +11:00
2019-04-26 15:22:14 +10:00
2019-06-25 15:12:34 +10:00
2019-06-17 12:34:10 +10:00
2019-04-28 22:39:41 +10:00
2019-03-08 15:53:05 +11:00
2019-06-25 16:02:31 +10:00
2019-02-12 15:18:33 +11:00
2019-02-12 14:48:29 +11:00
2019-07-01 16:57:20 +10:00
2019-04-26 15:22:14 +10:00
2019-06-26 11:07:45 +10:00
2019-05-23 22:11:11 +10:00
2019-05-24 15:33:02 +10:00