Commit Graph

2259 Commits

Author SHA1 Message Date
Gregory Nutt
0f1e86b2fd apps/include/tiff.h moved to apps/include/graphics/tiff.h 2016-07-01 07:03:26 -06:00
Gregory Nutt
0e76ca7474 Move apps/include/nsh.h to apps/include/nshlib/nshlib.h 2016-07-01 06:59:23 -06:00
Gregory Nutt
cd741c82cf apps/include: Move all header files associated with modules in apps/system to apps/include/system 2016-07-01 06:48:22 -06:00
Gregory Nutt
4343a6ef8b Move apps/include/ftpc.h to apps/include/netutils/ftpc.h 2016-07-01 06:36:07 -06:00
Gregory Nutt
7304927448 Move the TZ/Olson zoneinfo data set from apps/system/zoneinfo to libc/zoneinfo 2016-06-30 15:47:41 -06:00
Gregory Nutt
8a03660c72 Remove apps/system/usbmonitor. It has been moved to nuttx/drivers/usbmonitor. 2016-06-30 13:13:05 -06:00
Gregory Nutt
c7c5039519 add apps/interpreters/pcode/.gitignore 2016-06-30 11:29:13 -06:00
Gregory Nutt
ebd1cc18b2 Update ChangeLog 2016-06-30 07:34:39 -06:00
Frank Benkert
65e050dbfb NSH: PS-Command: print out the stack usage if stack coloration is enabled. 2016-06-30 07:28:42 -06:00
Gregory Nutt
ac24acf69e Update ChangeLog 2016-06-27 12:58:07 -06:00
Gregory Nutt
0559581b91 Trivial changes after review of PR 2016-06-27 11:36:34 -06:00
Gregory Nutt
9fdd6f16ce Merged in raiden00/apps (pull request #48)
Remove references to CONFIG_SYSLOG in nshlib
2016-06-27 11:31:59 -06:00
Gregory Nutt
3dc17f54ff apps/system/hex2bin: Move the portable library portion of hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals. 2016-06-27 11:20:38 -06:00
Mateusz Szafoni
d93e8e5c17 Remove references to CONFIG_SYSLOG 2016-06-27 18:39:55 +02:00
Mateusz Szafoni
0af242aef6 Merged nuttx/apps into master 2016-06-27 18:07:24 +02:00
Gregory Nutt
7f89693b53 Merged in raiden00/apps (pull request #47)
Add platform files for Olimex STM32 E407
2016-06-27 07:47:20 -06:00
Mateusz Szafoni
e8172f8399 Add platform files for Olimex STM32 E407 2016-06-27 13:43:39 +02:00
Gregory Nutt
abfcce226f Update ChangeLog 2016-06-24 11:06:52 -06:00
Gregory Nutt
a2a9e20c65 Move NSH stuff out of nuttx/configs/Kconfig to here. Why was it in the NuttX tree. 2016-06-24 07:47:03 -06:00
Gregory Nutt
da9a682647 Trivial changes from review of PR 2016-06-24 07:10:33 -06:00
Gregory Nutt
06704e041a Merged in slorquet/apps/canlib (pull request #46)
Basic CAN utility library
2016-06-24 07:04:57 -06:00
Sebastien Lorquet
42039f14a0 Fix make.defs copyright 2016-06-24 10:50:16 +02:00
Sebastien Lorquet
2dbed6449e Remove useless file 2016-06-24 10:48:00 +02:00
Sebastien Lorquet
c048da320c Basic CAN utility library 2016-06-24 10:45:45 +02:00
Alan Carvalho de Assis
5db022c65c apps/gpsutils/minmean: Fix minmea Makefile to find the libapp at the apps/ 2016-06-23 16:22:13 -06:00
Gregory Nutt
c470872dae apps/platform/Kconfig: Fix an inclusion error. Was including /platform/mikroe-stm32f4/Kconfig. Should include through the symbolic link /platform/board/Kconfig 2016-06-23 09:35:04 -06:00
Sebastien Lorquet
546c381982 apps/examplex/can: Some variables were not declared in all required cases. 2016-06-23 08:05:06 -06:00
Gregory Nutt
fa4cd10d33 Trivial modification of debug statement 2016-06-23 08:05:06 -06:00
Gregory Nutt
435f5f4651 Merged in paulpatience/nuttx-apps/libcanard (pull request #45)
apps/canutils/libcanard: update version
2016-06-22 06:47:08 -06:00
Paul A. Patience
0ad9aa35d4 apps/canutils/libcanard: update version 2016-06-22 08:09:32 -04:00
Gregory Nutt
2ee4ced33b Typo: fwerr, not fderr 2016-06-21 18:10:07 -06:00
Gregory Nutt
1ea1cc5cde Fix fwdbg vs fwerr naming inconsisency 2016-06-20 16:31:47 -06:00
Gregory Nutt
6e94c465da Update ChangeLog 2016-06-20 12:49:26 -06:00
Gregory Nutt
d32f16450d Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 2016-06-20 12:39:46 -06:00
Gregory Nutt
bb06f7368f Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:48:15 -06:00
Gregory Nutt
6e2f729add Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces. 2016-06-20 08:57:33 -06:00
Gregory Nutt
39c8f73540 Update ChangeLog 2016-06-17 18:07:31 -06:00
Gregory Nutt
5098539063 Add _ to front of remaining debug macros 2016-06-16 12:12:34 -06:00
Gregory Nutt
cc03ecefc8 Rename err() to _err() 2016-06-16 11:44:22 -06:00
Gregory Nutt
a63d306549 apps/examples: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 18:23:49 -06:00
Gregory Nutt
a50383db3d apps/graphics and netutils: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 17:53:47 -06:00
Gregory Nutt
65899c99e6 apps/nshlib: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 14:18:07 -06:00
Gregory Nutt
c0a4e00cc9 apps/platform: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-14 14:10:13 -06:00
Gregory Nutt
a7b1aae68c Fix some warnings 2016-06-13 12:06:44 -06:00
Gregory Nutt
4a0db11565 Eliminate some warnings 2016-06-12 17:33:49 -06:00
Gregory Nutt
586b0aa7e0 Change names of *dbg() * *err() 2016-06-11 15:51:27 -06:00
Gregory Nutt
f4bae25e32 Rename *lldbg to *llerr 2016-06-11 14:55:13 -06:00
Gregory Nutt
e82a54bf18 Reserver the name 'err' for other purposes 2016-06-11 14:49:55 -06:00
Gregory Nutt
468bdcf8e6 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:13:39 -06:00
Gregory Nutt
344c92e2a4 Replace all occurrences of vdbg with vinfo 2016-06-11 11:55:38 -06:00