Commit Graph

2106 Commits

Author SHA1 Message Date
Gregory Nutt
e79f5518dd apps/examples/nximage: Add configuration option to select greyscale image 2016-04-22 08:54:30 -06:00
Gregory Nutt
eedac48c7b ASCII: Improve some naming 2016-04-14 16:21:02 -06:00
Gregory Nutt
7308fdcdf2 Framebuffer driver: Add a display number to each interface in order to support multiple displays 2016-04-14 12:23:52 -06:00
Gregory Nutt
8763ff02fb Remove bad commit of a submodule; Also updates a README. 2016-04-06 16:42:49 -06:00
Alan Carvalho de Assis
8657efa129 Add freertps submodules 2016-04-06 19:13:45 -03: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
0c124ca2e1 Fix some Kconfig files so that they authomatically select the correct BOARDCTL options 2016-03-30 07:37:45 -06:00
Gregory Nutt
3eba860864 Prep for 7.15 release 2016-03-26 12:16:36 -06:00
Gregory Nutt
0943afd2f9 Kconfig files: All USB-related options depend on CONFIG_LIB_BOARDCTRL and now set CONFIG_BOARDCTL_USBDEVCTL=y 2016-03-26 07:13:57 -06:00
Gregory Nutt
6951366eca Replace all calls to the OS internal usbdev_serialinitialize with proper calls to boardctl() 2016-03-25 16:00:28 -06:00
Gregory Nutt
843d2b90e6 Move stm32_cxxinitialize to where it belongs in apps/platform 2016-03-25 15:16:56 -06:00
Gregory Nutt
da04473576 Add platform files for STM32L476-DISCO 2016-03-25 15:02:47 -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
a31300cb05 Replace calls to OS internal cdcacm_*, usbmsc_*, and composite_* with boardctl() calls 2016-03-25 13:26:00 -06:00
Gregory Nutt
f45d5a7ebf Minor changes from review 2016-03-24 11:22:24 -06:00
Gregory Nutt
79c83a0f3f Merged in ziggurat29/apps/exrandmod (pull request #29)
minor; intialize buffer to well-known pattern to make it easy to see if it was truly filled with random data
2016-03-24 11:20:12 -06:00
ziggurat29
bd273b9f13 minor; intialize buffer to well-known patter to make it easy to see if it was truly filled with random data 2016-03-24 11:43:45 -05:00
Gregory Nutt
badbb3ad9a Update a comment 2016-03-22 18:14:08 -06:00
Gregory Nutt
a473ececed apps/examples/sched_note: Fix some issues associated with monitoring critical sections 2016-03-21 17:09:18 -06:00
Gregory Nutt
5a95cb4601 apps/examples/sched_note: Add task state to suspend event output; fix some output formatting errors 2016-03-21 15:25:11 -06:00
Gregory Nutt
b44c9fa174 apps/examples/sched_note: Adjust example for changes to scheduler instrumentation 2016-03-21 14:09:25 -06:00
Gregory Nutt
2443278928 Fix error in time calculation 2016-03-17 16:13:43 -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
88fd6ef72e Rename builtin/builtin.c to builtin/builtin_forindex.c 2016-03-14 07:47:26 -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
Gregory Nutt
ed820c1850 THTTPD: Include timers.h before libhttpd.h to avoid and undefined type error. Noted by Matt Poppe. 2016-02-24 09:42:06 -06:00
Gregory Nutt
4c10341269 apps/exampels/rgb: Make path to driver a configuration option 2016-02-23 07:04:54 -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
336fefee4d apps/gpsutils/minmea: Re-released under the NuttX BSD license with permission from the author 2016-02-22 08:00:24 -06:00
Gregory Nutt
6125e9376e Standardize some naming in code section comments 2016-02-21 18:15:00 -06:00
Gregory Nutt
431695015e apps/examples/smp: Improvements/fixes 2016-02-21 13:29:25 -06:00
Gregory Nutt
65a6739593 Add test for verifying SMP operation 2016-02-21 11:33:13 -06:00
Gregory Nutt
65a1d53079 Add some REVISIT comments 2016-02-20 14:57:37 -06:00
Gregory Nutt
ec11a454f9 apps/examples/leds: Need to better used of the supported set 2016-02-20 14:06:34 -06:00
Gregory Nutt
6037ed8643 Some fixes to apps/examples/leds 2016-02-20 13:20:22 -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
Alan Carvalho de Assis
54d2bb16f3 Add Kosma Moczek lightweith MEA parser, MINMEA 2016-02-20 10:24:02 -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
7537a963b4 UAVCAN: Add a patch to make the verified version of UAVCAN compatible with the current NuttX code base 2016-02-15 19:11:52 -06:00
Gregory Nutt
d5c3bae6cd apps/: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-14 15:15:37 -06:00
Gregory Nutt
5642e02f77 Fix some incorrect usage of INADDR_ANY 2016-02-09 11:24:30 -06:00
Gregory Nutt
b54aa2b081 NSH: Improve an error message 2016-02-08 16:29:54 -06:00
Gregory Nutt
3df8b716dc Remove some redundant logic 2016-02-08 16:19:21 -06:00
Gregory Nutt
1482732f18 NetLib: Move functions in netlib.c to separate files; improve some naming 2016-02-08 16:09:24 -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