Gregory Nutt
|
61107344b6
|
Merged in paulpatience/nuttx-apps/libuavcan (pull request #37)
libuavcan: Rename uavcan to libuavcan
|
2016-05-25 07:16:04 -06:00 |
|
Paul A. Patience
|
1df46096ff
|
libuavcan: Rename uavcan to libuavcan
|
2016-05-25 09:14:03 -04:00 |
|
Gregory Nutt
|
eb1533ffc2
|
ESP8266: Correctly integrate into Make system. Does not depend on CONFIG_NET. FIFO should probably be a circular buffer.
|
2016-05-23 07:48:14 -06:00 |
|
Gregory Nutt
|
074a0a2c94
|
Update ChangeLog
|
2016-05-22 15:10:20 -06:00 |
|
Gregory Nutt
|
cf2ee7e409
|
ESP8266: Used NuttX dbg() instead of unconditional syslog() calls.
|
2016-05-21 15:50:24 -06:00 |
|
Gregory Nutt
|
d5b00bafbd
|
eps8266: Fix FIFO implementation; it was a stack not a FIFO.
|
2016-05-21 15:42:35 -06:00 |
|
Gregory Nutt
|
8217864a10
|
Add .gitignore file for ESP8266
|
2016-05-21 11:11:32 -06:00 |
|
Gregory Nutt
|
15fd860a2f
|
Space after comma
|
2016-05-21 09:42:53 -06:00 |
|
Gregory Nutt
|
6789eec9d8
|
ESP8266: Fix fifo logic; make configration variable naming consistent
|
2016-05-21 09:20:37 -06:00 |
|
Gregory Nutt
|
abdf703746
|
Add ESP8266 driver application. From Pierre-noel Bouteville
|
2016-05-21 09:13:23 -06:00 |
|
Gregory Nutt
|
da7c5fd5da
|
Update ChangeLog
|
2016-05-19 07:39:06 -06:00 |
|
Gregory Nutt
|
28736d3eb4
|
Merged in onamali/apps (pull request #36)
Add platform files for NUCLEO-144 (NUCLEO-F746ZG)
|
2016-05-19 07:27:54 -06:00 |
|
Mark Olsson
|
7c790c7dc0
|
Add platform files for NUCLEO-144 (NUCLEO-F746ZG)
|
2016-05-19 13:40:00 +02: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
|
c663c11764
|
Merged in paulpatience/nuttx-apps/makefiles (pull request #35)
Simplify some Makefiles
|
2016-05-12 12:52:26 -06:00 |
|
Gregory Nutt
|
9d972226d7
|
Merged in paulpatience/nuttx-apps/libcanard (pull request #34)
libcanard: Add libcanard UAVCAN library
|
2016-05-12 12:51:06 -06:00 |
|
Paul A. Patience
|
6fded1a8e1
|
Simplify some Makefiles
|
2016-05-12 14:17:40 -04:00 |
|
Paul A. Patience
|
1556424b92
|
libcanard: Add libcanard UAVCAN library
|
2016-05-12 13:13:22 -04: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
|
0fcc63b642
|
I don't think it is necessary to create the apps/platform/board link when cleaning
|
2016-05-10 18:32:31 -06:00 |
|
Gregory Nutt
|
1106658ab1
|
Another minor Makefile improvement for the case of no .config file
|
2016-05-10 18:25:13 -06:00 |
|
Gregory Nutt
|
0a33420e02
|
apps/platform/Makefile: .config should not be a .PHONY target
|
2016-05-10 16:40:16 -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
|
a2e83fe135
|
Merged in paulpatience/nuttx-apps/uavcan (pull request #33)
UAVCAN: Fix typo in Makefile
|
2016-05-09 22:21:09 -06:00 |
|
Paul A. Patience
|
aa2bcd0a52
|
UAVCAN: Fix typo in Makefile
|
2016-05-09 09:10:04 -04:00 |
|
Gregory Nutt
|
231be59977
|
Update ChangeLog
|
2016-05-06 05:03:11 -06:00 |
|
Gregory Nutt
|
91f56db50d
|
Merged in paulpatience/nuttx-apps/uavcan (pull request #32)
UAVCAN: Update version
|
2016-05-05 03:24:23 -06:00 |
|
Paul A. Patience
|
67bed086fa
|
UAVCAN: Update version
|
2016-05-03 17:21:38 -04: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 |
|
Gregory Nutt
|
736c68f136
|
Merged in ziggurat29/apps/media-booboo (pull request #31)
heap corruption due to buffer overrun when initializing txbuffer; incorrect size
|
2016-04-20 19:29:01 -06:00 |
|
ziggurat29
|
5d61e3d6eb
|
heap corruption due to buffer overrun when initializing txbuffer; incorrect size
|
2016-04-20 20:23:01 -05:00 |
|
ziggurat29
|
7c8a23371d
|
Merged nuttx/apps into master
|
2016-04-17 18:43:26 -05: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 |
|
ziggurat29
|
21bdf67c38
|
Merged nuttx/apps into master
|
2016-04-04 16:38:27 -05:00 |
|
Gregory Nutt
|
5193d93cf5
|
apps/examples/alarm: Add a simple the RTC alarm ioctl commands
|
2016-04-03 09:19:19 -06:00 |
|
ziggurat29
|
003eef9fa3
|
Merged nuttx/apps into master
|
2016-04-01 11:02:27 -05:00 |
|
Gregory Nutt
|
fd5d0e19dc
|
Remove apps/system/sdcard
|
2016-03-30 18:19:27 -06:00 |
|
ziggurat29
|
74faf74145
|
Merged nuttx/apps into master
|
2016-03-30 16:31:02 -05: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 |
|
ziggurat29
|
e68e0b3997
|
Merged nuttx/apps into master
|
2016-03-28 21:37:38 -05:00 |
|
Gregory Nutt
|
3eba860864
|
Prep for 7.15 release
|
2016-03-26 12:16:36 -06:00 |
|
ziggurat29
|
be530ca3bb
|
Merged nuttx/apps into master
|
2016-03-26 10:44:59 -05: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 |
|