mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32b9837373 | |||
| 9c773838c7 | |||
| 4a5ae9c734 | |||
| 4e04a1aa07 | |||
| df6c1ef9a1 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 32b9837373 |
defs.mk, mcu-exe.mk: Code beautification
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9c773838c7 |
make: Improve flash-fetch targets
- Add support MCU_FLASH_BANK_NAME to support multiple banks - Prefix binaries with TARGET_PRODUCT, if defined - Fix flash data for stm32f769i-disco Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4a5ae9c734 |
mcu-*.mk: Support arm-none-eabi / modm
This commit adds compiler flags needed for compilation with modm. Cleanup is needed, most notably should mcu-tags.mk be dissolved into defs-cpp.mk. The good part is that it works. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4e04a1aa07 |
mcu-exe.mk: Remove map file with clean target
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| df6c1ef9a1 |
make, tmpl/tagged: Add basic microcontroller support
Add support for building the firmware of the Cortex M3 ST-NUCLEO-F103RB development board with an STM32 microcontroller. This commit add some hooks, notably support for tagged templates, but adds lots of crap, too, notably makefiles and variables that should have different names and / or functionality. New makefiles are: Mcu-defs.mk mcu-exe.mk mcu-flash.mk mcu-tags.mk mcu-topdir.mk tagged-tmpl.mk, a new directory is tmpl/tagged. Signed-off-by: Jan Lindemann <jan@janware.com> |