You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/03/04 14:58:04 UTC

[incubator-nuttx] branch master updated (296d94b -> 29af35f)

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

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 296d94b  stm32f7:lse Use Kconfig values directly
     add 29af35f  esp32: Add board config to support MCP2515

No new revisions were added by this update.

Summary of changes:
 .../include/{esp32_bmp180.h => esp32_mcp2515.h}    |  15 ++-
 boards/xtensa/esp32/common/src/Make.defs           |   6 +-
 .../esp32/common/src/esp32_mcp2515.c}              | 107 +++++++++++----------
 boards/xtensa/esp32/esp32-devkitc/README.txt       |  11 +++
 .../configs/{nsh => mcp2515}/defconfig             |   8 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h |   6 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |  14 +++
 boards/xtensa/esp32/esp32-devkitc/src/esp32_spi.c  |  11 +++
 8 files changed, 115 insertions(+), 63 deletions(-)
 copy boards/xtensa/esp32/common/include/{esp32_bmp180.h => esp32_mcp2515.h} (86%)
 copy boards/{arm/tiva/tm4c123g-launchpad/src/tm4c_mcp2515.c => xtensa/esp32/common/src/esp32_mcp2515.c} (66%)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{nsh => mcp2515}/defconfig (89%)