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 9b8399e lib_modfl: Use fabsl instead of fabs for long double arguments
new cbe3e12 stm32h7:Use inttypes in printing macros
new e5ceb06 stm32f7:Use inttypes in printing macro
new 7fb59e4 kinetis:flexcan Use inttypes in printing macro
new 8624f9a s32k1xx:flexcan Use inttypes in printing macro
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:
arch/arm/src/kinetis/kinetis_flexcan.c | 9 ++--
arch/arm/src/s32k1xx/s32k1xx_flexcan.c | 8 ++--
arch/arm/src/stm32f7/stm32_can.c | 82 +++++++++++++++++++---------------
arch/arm/src/stm32f7/stm32_dma.c | 4 +-
arch/arm/src/stm32f7/stm32_sdmmc.c | 7 +--
arch/arm/src/stm32f7/stm32_serial.c | 4 +-
arch/arm/src/stm32h7/stm32_dma.c | 2 +-
arch/arm/src/stm32h7/stm32_otgdev.c | 15 ++++---
arch/arm/src/stm32h7/stm32_sdmmc.c | 81 +++++++++++++++++++--------------
arch/arm/src/stm32h7/stm32_spi.c | 19 +++++---
10 files changed, 130 insertions(+), 101 deletions(-)