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 |
|
ziggurat29
|
0dbf2865c9
|
Merged nuttx/apps into master
|
2016-03-24 13:20:24 -05: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 |
|
Gregory Nutt
|
c8e21ddcd6
|
Costmetic changes to comments and spacing.
|
2016-02-06 11:34:39 -06:00 |
|
Gregory Nutt
|
83dc6a9b79
|
I2C tool: Verify that the I2C bus driver exists when process the -b option
|
2016-02-05 10:49:27 -06:00 |
|
Gregory Nutt
|
032e73f1eb
|
Eliminate some warnings
|
2016-02-02 14:48:17 -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 |
|
Gregory Nutt
|
7c4f9eb8e9
|
I2CTOOL: Now uses the I2C driver instead of direct calls into the OS
|
2016-02-02 10:27:50 -06:00 |
|
Gregory Nutt
|
5ab3722d5d
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:32:48 -06:00 |
|
Gregory Nutt
|
4e4dbda41e
|
I2C: Add frequency to i2c_msg_s structure
|
2016-02-01 14:14:48 -06:00 |
|
Gregory Nutt
|
ae0a55de53
|
I2C: Remove setaddress method
|
2016-02-01 12:16:56 -06:00 |
|
Gregory Nutt
|
2709652753
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:15:07 -06:00 |
|