nuttx/configs/stm32butterfly2
2017-12-16 20:02:03 -06:00
..
include configs/*/include; Remove prototype of stm32_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/stm32*/stm32*_start.h 2017-12-16 20:02:03 -06:00
nsh Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
nshnet This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface. 2017-10-23 08:45:12 -06:00
nshusbdev Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
nshusbhost Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
scripts Remove more duplicate Make.defs files 2017-07-11 08:33:41 -06:00
src Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
Kconfig Add minimal support for Kamami stm32butterfly2 development board 2016-08-14 16:32:11 +02:00