This website requires JavaScript.
Explore
Help
Sign In
OrgApache
/
incubator-nuttx
mirror of
https://github.com/apache/incubator-nuttx.git
Watch
1
Star
0
Fork
You've already forked incubator-nuttx
0
Code
Issues
Releases
Wiki
Activity
94b4a86aa6
incubator-nuttx
/
drivers
/
spi
History
Juha Niskanen
b4a5cbb9de
drivers/i2c and drivers/spi: Fix compile if CONFIG_DISABLE_PSEUDOFS_OPERATIONS, fix bad NULL checks
2018-03-01 08:36:48 -06:00
..
Kconfig
…
Make.defs
…
spi_bitbang.c
Make sure that labeling is used consistently in all function headers (part 2).
2018-02-01 12:03:55 -06:00
spi_driver.c
drivers/i2c and drivers/spi: Fix compile if CONFIG_DISABLE_PSEUDOFS_OPERATIONS, fix bad NULL checks
2018-03-01 08:36:48 -06:00
spi_transfer.c
Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep().
2017-10-06 10:15:01 -06:00