..
.gitignore
Makefile
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_adc.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_appinit.c
Fix typos in comments.
2019-08-21 09:32:59 -06:00
stm32_autoleds.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_boot.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_bringup.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_buttons.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_extmem.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_highpri.c
Within the OS, nxisg_sleep() should be used instead of sleep(). sleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 19:03:24 -06:00
stm32_idle.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_ili93414ws.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_l3gd20.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_lcd.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_ostest.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32_pwm.c
boards/arm/stm32/stm32f429i-disco: Clean up problems after removing forbidden header files from board.h header file.
2019-09-27 11:46:13 -06:00
stm32_spi.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_stmpe811.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_usb.c
Fix wait loop and void cast ( #24 )
2020-01-02 10:54:43 -06:00
stm32_userleds.c
Merged in alinjerpelea/nuttx (pull request #1003 )
2019-08-19 15:16:08 +00:00
stm32f429i-disco.h
boards/arm/stm32/stm32f429i-disco: Clean up problems after removing forbidden header files from board.h header file.
2019-09-27 11:46:13 -06:00