This website requires JavaScript.
Explore
Help
Register
Sign in
luchianmihai
/
walnux
Watch
1
Star
0
Fork
You've already forked walnux
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
85617c05fc
walnux
/
drivers
/
spi
History
Xiang Xiao
5c80b94820
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
...
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig
drivers/spi/Kconfig and include/nuttx/spi/spi.h: Extend the HW features supported by SPI. It now supports a deffered DMA trigger hardware configuration. arch/arm/src/stm32/stm32_spi.c: Implements the new deferred DMA trigger feature.
2018-12-02 07:30:55 -06:00
Make.defs
spi_bitbang.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
spi_driver.c
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00
spi_transfer.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00