Commit Graph

630 Commits

Author SHA1 Message Date
Gregory Nutt
5840625201 Update ChangeLog 2016-09-02 12:04:45 -06:00
Gregory Nutt
e3b31f6388 Upate ChangeLog 2016-08-22 10:35:44 -06:00
Gregory Nutt
85083236d7 Update ChangeLog 2016-08-13 12:09:26 -06:00
Gregory Nutt
02b864d3ab Update ChangeLog 2016-08-02 14:36:58 -06:00
Gregory Nutt
d43a20daca Fix a few typos in the changelog 2016-07-25 12:11:07 -06:00
Gregory Nutt
46af5cdec8 Fix date of 7.17 release. 2016-07-25 07:29:31 -06:00
Gregory Nutt
4df5041ca2 Prep for 7.17 release 2016-07-25 07:23:56 -06:00
Gregory Nutt
eede559506 Update ChangeLog 2016-07-24 14:02:39 -06:00
Gregory Nutt
47c90c6b6f Update ChangeLog 2016-07-14 16:18:05 -06:00
Gregory Nutt
46f082a4dc Move portions of NuttX COPYING file that apply to apps/COPYING file 2016-07-09 13:29:35 -06:00
Gregory Nutt
e4578b5357 Update ChangeLog 2016-07-08 12:44:59 -06:00
Gregory Nutt
a461a415ab Update ChangeLog 2016-07-04 09:54:32 -06:00
Gregory Nutt
ebd1cc18b2 Update ChangeLog 2016-06-30 07:34:39 -06:00
Gregory Nutt
ac24acf69e Update ChangeLog 2016-06-27 12:58:07 -06:00
Gregory Nutt
abfcce226f Update ChangeLog 2016-06-24 11:06:52 -06:00
Gregory Nutt
6e94c465da Update ChangeLog 2016-06-20 12:49:26 -06:00
Gregory Nutt
39c8f73540 Update ChangeLog 2016-06-17 18:07:31 -06:00
Gregory Nutt
406ac81fb3 Update ChangeLog 2016-06-09 13:26:22 -06:00
Gregory Nutt
ff8f65370e Update ChangeLog 2016-06-06 07:12:16 -06:00
Gregory Nutt
98a9769a28 Updata ChangeLog 2016-06-05 14:49:23 -06:00
Gregory Nutt
3734b4c966 Restore apps/system/flash_eraseall/ using new IOCTL wrapper 2016-06-03 08:15:37 -06:00
Gregory Nutt
2541a4cb13 apps/fsutils/flash_eraseall: Add MDIOC_BULKERASE IOCTL wrapper function 2016-06-03 07:58:54 -06:00
Gregory Nutt
ae41d462b4 Update ChangeLog 2016-06-02 10:51:21 -06:00
Gregory Nutt
12c0b3ca30 apps/system/flash_erraseall: Removed because it violates the OS/application interface. 2016-06-02 10:21:48 -06:00
Gregory Nutt
7fff9a000a Prep for NuttX-7.16 release 2016-06-01 15:45:56 -06:00
Sebastien Lorquet
6142ed8e61 apps/exmamples/media: Allow choosign the device to be tested via a comman line argument 2016-06-01 08:15:10 -06:00
Paul A. Patience
52c993f9df Fix typo in ChangeLog 2016-05-31 07:58:24 -04:00
Gregory Nutt
321375a7f3 Update ChangeLog 2016-05-30 13:30:59 -06:00
Gregory Nutt
a25bbaf8f9 No newline at end of file 2016-05-25 14:07:35 -06:00
Gregory Nutt
074a0a2c94 Update ChangeLog 2016-05-22 15:10:20 -06:00
Gregory Nutt
da7c5fd5da Update ChangeLog 2016-05-19 07:39:06 -06:00
Gregory Nutt
29e8b8e059 Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness; Add default definitions for some commonly used things when 'make clean' is used without .config or Make.defs files installed. 2016-05-10 15:40:20 -06:00
Gregory Nutt
231be59977 Update ChangeLog 2016-05-06 05:03:11 -06:00
Gregory Nutt
e79f5518dd apps/examples/nximage: Add configuration option to select greyscale image 2016-04-22 08:54:30 -06:00
Gregory Nutt
5193d93cf5 apps/examples/alarm: Add a simple the RTC alarm ioctl commands 2016-04-03 09:19:19 -06:00
Gregory Nutt
fd5d0e19dc Remove apps/system/sdcard 2016-03-30 18:19:27 -06:00
Gregory Nutt
3eba860864 Prep for 7.15 release 2016-03-26 12:16:36 -06:00
Gregory Nutt
e01e664ccb Fix a few issues related to new USB device boardctl() commands 2016-03-25 14:24:01 -06:00
Gregory Nutt
6a5b6f8753 Add a simple test of the scheduler instrumentation logic. This initial version is still kind of buggy. 2016-03-17 16:02:28 -06:00
Gregory Nutt
515107e3e0 apps/modbus/nuttx/portserial.c: Was not returning an error on failure to open the device driver. From Olololshka kokoko 2016-03-16 06:31:48 -06:00
Gregory Nutt
84f453b7a1 apps/examples/ostest: Add a test of TLS 2016-03-11 14:02:00 -06:00
Gregory Nutt
18bfa67006 apps/platform: Add a directory for the Sabre-6Quad board 2016-03-01 15:46:32 -06:00
Alan Carvalho de Assis
855d2e70bf apps/examples/rgbled: Add an example using the RGB LED driver 2016-02-23 06:53:35 -06:00
Gregory Nutt
65a6739593 Add test for verifying SMP operation 2016-02-21 11:33:13 -06:00
Gregory Nutt
790899508e apps/examples/leds: An example showing how to use the LED driver 2016-02-20 12:11:42 -06:00
Gregory Nutt
c6ac4d2581 NSH: ps command will show CPU if SMP is enabled 2016-02-19 15:33:32 -06:00
Gregory Nutt
b8c8bea22c Add an 'arp' command to NSH to support access to the OS ARP table 2016-02-08 14:49:05 -06:00
Gregory Nutt
85b5341d7b DHCPD no longer calls directly into the OS, but uses network IOCTL commands to modify the ARP table. 2016-02-08 12:07:47 -06:00
Gregory Nutt
3f95e05bc2 NetLib: Add utility functions to support access to the ARP table 2016-02-08 11:44:59 -06:00
Gregory Nutt
bb9b4c8063 Low level drive access functions should not generate output; it interferes with higher level formatting 2016-02-02 14:42:16 -06:00