Sebastien Lorquet
|
bfff7dc4ca
|
add kmenu files
|
2016-06-02 15:23:50 +02: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
|
b2f8a0f047
|
examples/uavcan: Update configuration
|
2016-05-25 09:35:28 -04:00 |
|
Gregory Nutt
|
172971fb3c
|
Kconfig: Extend some help comments
|
2016-05-18 19:50:55 -06:00 |
|
Gregory Nutt
|
62fec5d57d
|
apps/system/sched_note: Move the schduler note monitor from example/ to system/
|
2016-05-18 19:22:47 -06:00 |
|
Gregory Nutt
|
4f33dd14d4
|
apps/examples/watchdog: Remove call to up_wdginitialize(). This must be done in board-specific initialization. The call fram application space is not permitted.
|
2016-05-18 19:21:51 -06:00 |
|
Gregory Nutt
|
6a68a12269
|
apps/examplessmp: Fix a place where a spurious semicolon causes bad conditional logic
|
2016-05-11 17:41:13 -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
|
e2654d8777
|
VNC: Finish initializing the VNC server once we have the NX handle
|
2016-04-22 13:38:06 -06:00 |
|
Gregory Nutt
|
3df1ea1a8a
|
Merge branch 'master' of bitbucket.org:nuttx/apps
|
2016-04-22 08:54:51 -06:00 |
|
Gregory Nutt
|
e79f5518dd
|
apps/examples/nximage: Add configuration option to select greyscale image
|
2016-04-22 08:54:30 -06:00 |
|
ziggurat29
|
5d61e3d6eb
|
heap corruption due to buffer overrun when initializing txbuffer; incorrect size
|
2016-04-20 20:23:01 -05: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 |
|
Gregory Nutt
|
5193d93cf5
|
apps/examples/alarm: Add a simple the RTC alarm ioctl commands
|
2016-04-03 09:19:19 -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
|
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
|
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 |
|
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
|
84f453b7a1
|
apps/examples/ostest: Add a test of TLS
|
2016-03-11 14:02:00 -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
|
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 |
|
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
|
3ef9b14738
|
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
|
2016-01-31 09:35:42 -06:00 |
|
Vladimir Komendantskiy
|
02a5e25f56
|
apps/examples/ubloxmodem: app to control the power state of the modem in nsh.
|
2016-01-31 09:07:46 -06:00 |
|
Vladimir Komendantskiy
|
387dda152c
|
chat app and required update to the pppd client.
|
2016-01-29 17:00:59 -06:00 |
|
Gregory Nutt
|
e00bc64c40
|
Trivial correction of some spacing
|
2016-01-23 17:04:37 -06:00 |
|
Gregory Nutt
|
e39c85b718
|
Eliminate a warning about a symbol being redefined
|
2016-01-23 17:03:46 -06:00 |
|
Gregory Nutt
|
615e640913
|
More bash scripts executable
|
2016-01-23 15:30:09 -06:00 |
|
Gregory Nutt
|
fff6765e63
|
Update some README files
|
2016-01-22 17:20:15 -06:00 |
|
Gregory Nutt
|
dd53e9ae57
|
Merged in paulpatience/nuttx-apps/qencoder (pull request #28)
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 12:55:53 -06:00 |
|
Paul A. Patience
|
f5da6e23cf
|
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 13:45:33 -05:00 |
|
=?UTF-8?B?6ZmI5p6X6aOe?=
|
f738166b17
|
examples/watchdog: Some fixes to help text and ping time range
|
2016-01-19 06:57:34 -06:00 |
|
Gregory Nutt
|
6d8e81e064
|
examples/can: Fix to work with new CAN error reporting
|
2016-01-18 12:34:19 -06:00 |
|