nuttx/drivers/bch
Xiang Xiao a8de37fbec Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-08 07:25:56 -06:00
..
bch.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
bchdev_driver.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchdev_register.c
bchdev_unregister.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
bchlib_cache.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
bchlib_read.c
bchlib_sem.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
bchlib_setup.c Squashed commit of the following: 2017-10-03 12:52:31 -06:00
bchlib_teardown.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
bchlib_write.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Kconfig Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00