This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
7b6bd5cc0f
nuttx
/
drivers
/
spi
History
Petro Karashchenko
e805bc0660
Various drivers: Cloned logic. On error, memory was freed, but the error was not returned. It just continued as though no error happened.
2019-11-03 19:31:49 -06:00
..
Kconfig
Make.defs
spi_bitbang.c
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
spi_driver.c
Various drivers: Cloned logic. On error, memory was freed, but the error was not returned. It just continued as though no error happened.
2019-11-03 19:31:49 -06:00
spi_transfer.c