Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: It is no longer necessary to modify the stm32f4 code | Kevin O'Connor | 2019-09-06 | 2 | -14/+1 |
| | | | | | | | Now that the stm32f4 code uses the armcm_boot mechanism, it is no longer necessary for SystemInit to be externally visible. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lib: Remove now unused ARM Cortex-M linker scripts and boot assembly | Kevin O'Connor | 2019-09-06 | 23 | -11954/+0 |
| | | | | | | | Remove the unused files for those boards converted to use the armcm_boot mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lib: Update stm32f4 code to support gcc -fwhole-program | Kevin O'Connor | 2019-07-25 | 2 | -1/+14 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | lib: Add stm32f4 cmsis files | Kevin O'Connor | 2019-07-25 | 49 | -0/+335319 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |