You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/10 18:27:09 UTC

[2/2] incubator-mynewt-core git commit: This closes #202.

This closes #202.

Merge branch 'stm32f429' of https://github.com/grapherd/incubator-mynewt-core into develop


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/021f5793
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/021f5793
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/021f5793

Branch: refs/heads/develop
Commit: 021f5793188fc4b6d68bd4ad3d2258b071e3ef86
Parents: 331f6c5 842ed49
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Fri Mar 10 10:26:14 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Fri Mar 10 10:26:14 2017 -0800

----------------------------------------------------------------------
 .../boot-stm32f429discovery.ld                  |  29 +
 hw/bsp/stm32f429discovery/bsp.yml               |  64 +++
 hw/bsp/stm32f429discovery/f429.cfg              |  82 +++
 hw/bsp/stm32f429discovery/f429discovery.cfg     |  22 +
 hw/bsp/stm32f429discovery/include/bsp/bsp.h     |  57 ++
 .../stm32f429discovery/include/bsp/cmsis_nvic.h |  29 +
 .../include/bsp/stm32f4xx_hal_conf.h            | 432 ++++++++++++++
 hw/bsp/stm32f429discovery/pkg.yml               |  40 ++
 .../src/arch/cortex_m4/startup_STM32F429x.s     | 561 +++++++++++++++++++
 hw/bsp/stm32f429discovery/src/hal_bsp.c         | 127 +++++
 hw/bsp/stm32f429discovery/src/sbrk.c            |  50 ++
 .../stm32f429discovery/src/system_stm32f4xx.c   | 275 +++++++++
 hw/bsp/stm32f429discovery/stm32f429discovery.ld |  31 +
 .../stm32f429discovery_debug.cmd                |  22 +
 .../stm32f429discovery_debug.sh                 |  37 ++
 .../stm32f429discovery_download.cmd             |  22 +
 .../stm32f429discovery_download.sh              |  41 ++
 hw/bsp/stm32f429discovery/syscfg.yml            |  35 ++
 hw/mcu/stm/stm32f4xx/stm32f429.ld               | 210 +++++++
 19 files changed, 2166 insertions(+)
----------------------------------------------------------------------