Commit History

Author SHA1 Message Date
  Gregory Nutt ecb0b15fd0 libs/libc/math/Kconfig: Should select the NuttX float.h file automatically if the NuttX math library is selected. 5 years ago
  Gregory Nutt eda7f5f379 sched/task/task_exithook.c: nxtask_signalparent() in task_exithook.c may invalidate the group's parent task ID (tg_ppid) too soon. The tg_ppid field is use only to remember the parent tasks ID so that it can send the SIGCHLD signal to it. So it must stay valid until SIGCHLD has been sent. In nxtask_signalparent(), it calls nxtask_sigchild() to send SIGCHLD to the parent, then invalidates tg_ppid. That would be okay, except that the SIGCHLD is only sent when the last member of the group terminates. That is incorrect; tg_ppid can be invalidated too soon and, as a consequence, SIGCHLD would never be sent. 5 years ago
  Gregory Nutt 721c33695f Update COPYING file. Tools in the tools/ directory are not intended for binary redistribution and may not all conform to BSD licensing. 5 years ago
  Gregory Nutt f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 years ago
  Gregory Nutt ec498d2660 This commit brings in an inital port of the SPIFFS flash file system into NuttX. The file system is still untested at this point (and subject to some additional review). It is, however, marked EXPERIMENTAL should this should not cause a problem for anyone. 6 years ago
  Gregory Nutt a8145c0a08 Update COPYING 6 years ago
  Gregory Nutt 28dda78a5e COPYING: Clarify notation used in years specified in copyright notices. 6 years ago
  Alan Carvalho de Assis b1801f3fd3 tools: Add tools/initialconfig to .gitignore 6 years ago
  Gregory Nutt 7d131fe711 Update TODO list 6 years ago
  Gregory Nutt 808238c871 Update some comments. 7 years ago
  Gregory Nutt 90917d9741 COPYING: Remove sections that do not apply to files under nuttx/ 8 years ago
  Gregory Nutt 5ef3e3e215 Replace confusing references to uIP with just 'the network' 8 years ago
  Gregory Nutt 65e34be9b4 Update COPYING file with special license requirements for PPPD 9 years ago
  Gregory Nutt f8024cf409 More trailing whilespace removal 10 years ago
  Gregory Nutt cdadf2302c Update documentation, mostly related to the command line editor 10 years ago
  Gregory Nutt 75d21426ff SAMA5: Add a missing endif in a Make.defs that recently added; Several other cosmetic changes 10 years ago
  Gregory Nutt 4d07c15932 Add OV2640 camera support to test the SAMA5 ISI peripheral 11 years ago
  patacongo 1bb71ab951 move lib/ to libc/ to make room for a true lib/ directory. Rename libraries to match 12 years ago
  patacongo cee4481eca lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
  patacongo d1041b17d5 Add Daniel Vik's optimized memcpy as a configuration option 12 years ago
  patacongo ca306c29d1 Suppress network configuration in discover example if it is an NSH built-in functin 12 years ago
  patacongo b5a56aaea8 Prep for 6.19 release 12 years ago
  patacongo 943e0d12e4 Fix 'make export' target for NxWM 12 years ago
  patacongo 17e6f2e481 Export make target now produces a .zip file by default 13 years ago
  patacongo a86934e351 Add HID parser from LUFA 13 years ago
  patacongo 4113b6d450 Misc USB device driver debug 14 years ago
  patacongo 7dceb00a39 Add support for multicast MAC addresses 14 years ago
  patacongo 2840124ed7 Add floating point support to printf 14 years ago
  patacongo 871a684fc6 Added mkfatfs() test 16 years ago