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/nuttx.git
from 8b5078fc36 sched/semaphore: check sem flags before enable priority inheritance add e6bfaa14ee SAMA5D2 add Flexcom SPI No new revisions were added by this update. Summary of changes: arch/arm/src/sama5/Make.defs | 4 + arch/arm/src/sama5/hardware/sam_flexcom_spi.h | 253 ++++ arch/arm/src/sama5/sam_config.h | 8 + .../arm/src/sama5/{sam_spi.c => sam_flexcom_spi.c} | 1279 ++++++++++++-------- .../arm/src/sama5/{sam_spi.h => sam_flexcom_spi.h} | 176 +-- 5 files changed, 1169 insertions(+), 551 deletions(-) copy arch/arm/src/sama5/{sam_spi.c => sam_flexcom_spi.c} (50%) copy arch/arm/src/sama5/{sam_spi.h => sam_flexcom_spi.h} (51%) mode change 100644 => 100755