You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/08/22 17:28:53 UTC

[3/3] incubator-mynewt-core git commit: Merge branch 'master' of https://github.com/SanjeewaUom/incubator-mynewt-core into develop

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

This closes #97


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/d49726b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d49726b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d49726b3

Branch: refs/heads/develop
Commit: d49726b3407ea46d061ccccb0071026930c75d2a
Parents: b02e613 a46aeec
Author: William San Filippo <wi...@runtime.io>
Authored: Mon Aug 22 09:57:06 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Mon Aug 22 09:57:06 2016 -0700

----------------------------------------------------------------------
 .../stm32f4discovery/boot-stm32f4discovery.ld   | 202 +++++++++
 hw/bsp/stm32f4discovery/f407.cfg                |  82 ++++
 hw/bsp/stm32f4discovery/include/bsp/bsp.h       |  55 +++
 hw/bsp/stm32f4discovery/include/bsp/bsp_sysid.h |  36 ++
 .../stm32f4discovery/include/bsp/cmsis_nvic.h   |  29 ++
 .../include/bsp/stm32f4xx_hal_conf.h            | 413 +++++++++++++++++++
 hw/bsp/stm32f4discovery/pkg.yml                 |  39 ++
 hw/bsp/stm32f4discovery/run_from_flash.ld       | 204 +++++++++
 hw/bsp/stm32f4discovery/run_from_loader.ld      | 210 ++++++++++
 hw/bsp/stm32f4discovery/run_from_sram.ld        | 202 +++++++++
 .../src/arch/cortex_m4/startup_STM32F40x.s      | 343 +++++++++++++++
 hw/bsp/stm32f4discovery/src/hal_bsp.c           |  77 ++++
 hw/bsp/stm32f4discovery/src/libc_stubs.c        |  84 ++++
 hw/bsp/stm32f4discovery/src/os_bsp.c            |  82 ++++
 hw/bsp/stm32f4discovery/src/sbrk.c              |  50 +++
 hw/bsp/stm32f4discovery/src/system_stm32f4xx.c  | 351 ++++++++++++++++
 hw/bsp/stm32f4discovery/stm32f4discovery.ld     | 213 ++++++++++
 .../stm32f4discovery/stm32f4discovery_debug.sh  |  47 +++
 .../stm32f4discovery_download.sh                |  56 +++
 19 files changed, 2775 insertions(+)
----------------------------------------------------------------------