incubator-nuttx/drivers/bch
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
bch.h Squashed commit of the following: 2017-10-03 15:35:24 -06:00
bchdev_driver.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchdev_register.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
bchdev_unregister.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchlib_cache.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchlib_read.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00
bchlib_sem.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchlib_setup.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
bchlib_teardown.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchlib_write.c Move driver related prototypes out of include/nuttx/fs/fs.h and into new include/drivers/drivers.h 2016-07-20 13:15:37 -06:00