You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2017/05/08 14:32:31 UTC

[36/40] incubator-mynewt-core git commit: This closes pull request #253

This closes pull request #253


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

Branch: refs/heads/bluetooth5
Commit: 5ae5f3df58139e2984a3b235ea7f5e1cb41a69e4
Parents: b022ac7 54a8c92
Author: julian <ju...@imgtec.com>
Authored: Fri May 5 10:23:36 2017 +0100
Committer: julian <ju...@imgtec.com>
Committed: Fri May 5 10:23:36 2017 +0100

----------------------------------------------------------------------
 compiler/xc32/compiler.yml                      |   4 +-
 compiler/xc32/pkg.yml                           |   3 +
 hw/bsp/pic32mx470_6lp_clicker/pkg.yml           |   4 +-
 hw/bsp/pic32mx470_6lp_clicker/src/hal_bsp.c     |   2 +-
 hw/bsp/pic32mz2048_wi-fire/pkg.yml              |   2 +
 hw/bsp/pic32mz2048_wi-fire/src/hal_bsp.c        |   2 +-
 hw/bsp/pic32mz2048_wi-fire/src/os_bsp.c         |   2 +-
 .../src/arch/cortex_m4/startup_STM32F429x.s     |   3 -
 hw/mcu/microchip/pic32mx470f512h/pkg.yml        |   2 -
 hw/mcu/microchip/pic32mz2048efg100/pkg.yml      |   2 -
 .../microchip/pic32mz2048efg100/src/hal_uart.c  |   2 +-
 .../arch/pic32/startup/cache-err-exception.S    | 129 ++++
 kernel/os/src/arch/pic32/startup/crt0.S         | 623 +++++++++++++++++++
 .../src/arch/pic32/startup/general-exception.S  | 141 +++++
 .../pic32/startup/simple-tlb-refill-exception.S | 135 ++++
 .../stubs/default-bootstrap-exception-handler.c |  58 ++
 .../stubs/default-cache-err-exception-handler.c |  56 ++
 .../stubs/default-general-exception-handler.c   |  54 ++
 .../src/arch/pic32/stubs/default-nmi-handler.S  |  63 ++
 .../src/arch/pic32/stubs/default-on-bootstrap.c |  43 ++
 .../os/src/arch/pic32/stubs/default-on-reset.c  |  43 ++
 ...efault-simple-tlb-refill-exception-handler.c |  56 ++
 .../os/src/arch/pic32/stubs/pic32_init_cache.S  | 299 +++++++++
 .../arch/pic32/stubs/pic32_init_tlb_ebi_sqi.S   | 145 +++++
 sys/console/full/src/console.c                  |   6 +-
 sys/console/minimal/src/console.c               |   6 +-
 26 files changed, 1869 insertions(+), 16 deletions(-)
----------------------------------------------------------------------