This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a4c9da9280 xtensa/esp32: Fix ESP32_SPIRAM_USER_HEAP under Protected mode new 5dbd082fad Bugfix of typo in tiva_can.c new c19b5eeb8d Add support of CAN character device for tm4c1294 launchpad. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/arm/src/tiva/common/tiva_can.c | 2 +- boards/arm/tiva/tm4c1294-launchpad/Kconfig | 42 ++++++++++ boards/arm/tiva/tm4c1294-launchpad/include/board.h | 12 +++ boards/arm/tiva/tm4c1294-launchpad/src/Makefile | 4 + .../tm4c1294-launchpad/src/tm4c1294-launchpad.h | 18 ++++- .../arm/tiva/tm4c1294-launchpad/src/tm4c_bringup.c | 22 ++++++ .../tm4c1294-launchpad/src/tm4c_can.c} | 91 +++++++++++++--------- 7 files changed, 153 insertions(+), 38 deletions(-) copy boards/arm/{lpc17xx_40xx/lx_cpu/src/lpc17_40_can.c => tiva/tm4c1294-launchpad/src/tm4c_can.c} (60%)