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

[mynewt-core] 01/01: Merge pull request #473 from francois-berder/clicker-i2c

This is an automated email from the ASF dual-hosted git repository.

julian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit cdbfa5ea8e235e9365d3ce8391431c15471b21d4
Merge: 14c9704 3da7e00
Author: IMGJulian <IM...@users.noreply.github.com>
AuthorDate: Tue Aug 1 15:58:35 2017 +0100

    Merge pull request #473 from francois-berder/clicker-i2c
    
    Clicker: Implement GPIO, SPI, I2C and Timer HAL

 hw/bsp/pic32mx470_6lp_clicker/include/bsp/bsp.h    |  13 +-
 hw/bsp/pic32mx470_6lp_clicker/src/hal_bsp.c        | 102 ++++-
 hw/bsp/pic32mx470_6lp_clicker/syscfg.yml           |  32 +-
 hw/mcu/microchip/pic32mx470f512h/include/mcu/mcu.h |  15 +
 .../pic32mx470f512h/include/mcu/mips_hal.h         |  20 +
 hw/mcu/microchip/pic32mx470f512h/include/mcu/pps.h | 118 +++++
 hw/mcu/microchip/pic32mx470f512h/src/hal_gpio.c    | 414 +++++++++++++++++
 hw/mcu/microchip/pic32mx470f512h/src/hal_i2c.c     | 276 ++++++++++++
 hw/mcu/microchip/pic32mx470f512h/src/hal_spi.c     | 492 +++++++++++++++++++++
 hw/mcu/microchip/pic32mx470f512h/src/hal_timer.c   | 464 +++++++++++++++++++
 hw/mcu/microchip/pic32mx470f512h/src/hal_uart.c    | 197 ++++-----
 hw/mcu/microchip/pic32mx470f512h/src/pps.c         | 187 ++++++++
 12 files changed, 2205 insertions(+), 125 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.