This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 9551de7 net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code
new 72ce934 boards/b-g431b-esc1: add option to select HSI or HSE as PLL
source
new d3841eb boards/nucleo-g431rb: add option to select HSI or HSE ass PLL
source
new 499c7ce boards/b-g431b-esc1: add CAN example
new 4e1df81 boards/nucleo-g431rb: add CAN example
The 4 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:
boards/arm/stm32/b-g431b-esc1/Kconfig | 16 ++++
boards/arm/stm32/b-g431b-esc1/README.txt | 3 +
.../b-g431b-esc1/configs/{nsh => can}/defconfig | 16 +++-
boards/arm/stm32/b-g431b-esc1/include/board.h | 106 ++++++++++++++++++++-
boards/arm/stm32/b-g431b-esc1/src/Make.defs | 4 +
boards/arm/stm32/b-g431b-esc1/src/b-g431b-esc1.h | 17 ++++
boards/arm/stm32/b-g431b-esc1/src/stm32_bringup.c | 10 ++
.../src/stm32_can.c | 34 +++----
boards/arm/stm32/nucleo-g431rb/Kconfig | 12 +++
.../configs/{cordic => can}/defconfig | 16 ++--
boards/arm/stm32/nucleo-g431rb/include/board.h | 106 ++++++++++++++++++++-
boards/arm/stm32/nucleo-g431rb/src/Make.defs | 4 +
boards/arm/stm32/nucleo-g431rb/src/nucleo-g431rb.h | 12 +++
boards/arm/stm32/nucleo-g431rb/src/stm32_bringup.c | 10 ++
.../src/stm32_can.c | 20 ++--
15 files changed, 344 insertions(+), 42 deletions(-)
copy boards/arm/stm32/b-g431b-esc1/configs/{nsh => can}/defconfig (80%)
copy boards/arm/stm32/{olimex-stm32-p107 => b-g431b-esc1}/src/stm32_can.c (80%)
copy boards/arm/stm32/nucleo-g431rb/configs/{cordic => can}/defconfig (83%)
copy boards/arm/stm32/{stm3210e-eval => nucleo-g431rb}/src/stm32_can.c (88%)