nuttx/drivers/modem/altair
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
..
altmdm_dev.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
altmdm_pm_state.c
altmdm_pm_state.h
altmdm_pm.c drivers/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS. 2019-11-29 17:37:39 -06:00
altmdm_pm.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
altmdm_spi.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
altmdm_spi.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
altmdm_sys.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
altmdm_sys.h Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
altmdm.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig Merged in alinjerpelea/nuttx (pull request #1066) 2019-11-04 14:24:44 +00:00
Make.defs