1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f4
fjmolinas c67dfd9918 stm32f4/Makefile.include: add riotboot requirements
- Stm32f4 use sectors instead of pages. They go from 16 KB to 128KB.
  The bootloader will use the first sector(16Kb). Slots must start
  at the begining of a sector to not overlap.
- Minimum required RIOBOOT_HDR_LEN or stm32f4 is 0x200
  to respect vector table alignment
2019-08-07 18:29:51 +02:00
..
include cpu/stm32f4: remove conflicting enum from vendor header 2018-07-10 15:37:49 +02:00
periph cpu/stm32_common: split common i2c periph in 2 2018-07-25 12:01:36 +02:00
Makefile cpu: build cortexm vectors.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.features cpu/stm32_common: add PUF SRAM feature to makefile 2018-07-05 16:21:14 +02:00
Makefile.include stm32f4/Makefile.include: add riotboot requirements 2019-08-07 18:29:51 +02:00
stm32_line.mk cpu/stm32f4: make use of CPU_LINE_ variable 2018-06-19 14:22:48 +02:00
vectors.c cpu/stm32f4: add support for stm32f405rg 2018-07-07 14:38:50 +02:00