Gregory Nutt
|
51f71304d1
|
NSH: Extend ls command to show type of symbolic link.
|
2017-02-03 11:21:37 -06:00 |
|
Gregory Nutt
|
05cecdd4e8
|
Merge branch 'softlink'
|
2017-02-03 09:28:52 -06:00 |
|
Gregory Nutt
|
2ac55ec4e7
|
NSH: Add support for the 'ln' command.
|
2017-02-02 19:40:59 -06:00 |
|
Gregory Nutt
|
3ab2aec4e8
|
New apps/examples/module and sotest configuration options
|
2017-01-30 09:04:01 -06:00 |
|
Gregory Nutt
|
b2210c3a25
|
In apps/examples/mtdpart/mtdpart_main.c where CONFIG_EXAMPLES_MTDPART_NPARTITIONS defining is checked should be #ifndef instead of #ifdef. Noted by Oleg Evseev
|
2017-01-30 07:28:51 -06:00 |
|
Gregory Nutt
|
de909c5c48
|
apps/examples/module and sotest: Update for names changes resulting when module library was split out from kernel module code.
|
2017-01-29 13:32:39 -06:00 |
|
Gregory Nutt
|
30471a90f5
|
Update paths in REAME file to account for new location of file
|
2017-01-29 09:02:07 -06:00 |
|
Gregory Nutt
|
bedf040698
|
apps/examples/sotest: Fix an error introduced in previous commit
|
2017-01-27 15:48:15 -06:00 |
|
Gregory Nutt
|
abd0362c64
|
apps/examples/sotest: Extend test to check out module dependencies.
|
2017-01-27 15:11:44 -06:00 |
|
Gregory Nutt
|
32211e21b6
|
apps/examples: Fix some name collisions of both module and sotest examples are enabled.
|
2017-01-27 11:41:53 -06:00 |
|
Gregory Nutt
|
08b6e087bf
|
examples/sotest: Fix file permissions of mksymtab.sh
|
2017-01-27 10:34:13 -06:00 |
|
Gregory Nutt
|
497130f372
|
examples/ostest: Cannot be configured or build if CONFIG_DISABLE_SIGNALS=y
|
2017-01-24 09:15:42 -06:00 |
|
Juha Niskanen
|
b169bd4641
|
examples/ostest: Add new error print and modify comments in cancel test.
|
2017-01-24 09:01:37 -06:00 |
|
Gregory Nutt
|
ad9cf1aa97
|
Update some Kconfig help
|
2017-01-23 15:50:37 -06:00 |
|
Gregory Nutt
|
e29db2721a
|
examples/module and examples/sotest can only be used in the FLAT build mode because they make illegal OS calls to ramdisk_register(), register_device(), and unregister_device().
|
2017-01-23 14:06:30 -06:00 |
|
Gregory Nutt
|
c027c19dde
|
examples/sotest: Add a test for shared libraries.
|
2017-01-23 08:23:28 -06:00 |
|
Gregory Nutt
|
d195751a90
|
Update NSH and examples/modules for changes in kernel module interface.
|
2017-01-22 15:11:49 -06:00 |
|
Gregory Nutt
|
b17917a39a
|
Merged in AVyhovanec/apps (pull request #61)
synchronized compiler.h
|
2017-01-09 07:33:59 -06:00 |
|
Aleksandr Vyhovanec
|
73a3e4b916
|
apps/system/zmodem/host/nuttx/compiler.h synchronized with nuttx/nuttx/include/nuttx/compiler.h
|
2017-01-09 14:23:08 +03:00 |
|
Aleksandr Vyhovanec
|
6ae39194e8
|
Merged nuttx/apps into master
|
2017-01-09 13:37:03 +03:00 |
|
Alan Carvalho de Assis
|
a30c439a52
|
apps/graphics/traveler/tools: Fix linkage issue. The -lm should come after -o binname
|
2017-01-07 14:10:07 -06:00 |
|
Gregory Nutt
|
07e3637100
|
Traveler: Missing semicolon in prototype.
|
2017-01-07 12:48:08 -06:00 |
|
Gregory Nutt
|
507cbe2475
|
trv_graphics.h uses sem_t so should include semaphore.h
|
2017-01-07 12:43:17 -06:00 |
|
Gregory Nutt
|
91fe324c72
|
apps/examples/nxtext: Make line spacing configurable.
|
2017-01-03 12:26:13 -06:00 |
|
Gregory Nutt
|
13c158130d
|
OS test: Was ignoring CONFIG_EXAMPLES_OSTEST_FPUTESTDISABLE
|
2016-12-29 11:47:09 -06:00 |
|
Gregory Nutt
|
5291d3e9bc
|
Update ChangeLog
|
2016-12-26 12:39:26 -06:00 |
|
Gregory Nutt
|
018ce27e6a
|
Update ChangeLog for nutt1-7.19
|
2016-12-25 14:23:10 -06:00 |
|
Gregory Nutt
|
56397f59fc
|
Add platform support for the Olimex STM32 P407
|
2016-12-21 10:55:56 -06:00 |
|
Masayuki Ishikawa
|
4bf85f7c7b
|
NSH: dd command will show statistics
|
2016-12-19 18:33:34 -06:00 |
|
Gregory Nutt
|
741db21f70
|
Remvoe std_readline(). This called up_getc() and up_putc() directly, violating the POSIX OS interface.
|
2016-12-13 18:04:43 -06:00 |
|
Gregory Nutt
|
bcd8d992b9
|
Update ChangeLog
|
2016-12-11 10:58:17 -06:00 |
|
Gregory Nutt
|
1636b48313
|
OS test: enhance pthread cancellation test some.
|
2016-12-11 07:51:22 -06:00 |
|
Gregory Nutt
|
5d48dd4871
|
examples/ostest: Add some delays to the pthread cancellation test. With deferred cancellation enabled, things happen more asynchronously
|
2016-12-10 16:41:16 -06:00 |
|
Gregory Nutt
|
8586535eb7
|
examples/ostest: Extend the pthread cancellation test to exercise pthread_cleanup_push() (and pthread_cleanup_pop() indirectly via pthread_cancel() and pthread_exit()
|
2016-12-08 09:28:49 -06:00 |
|
Gregory Nutt
|
bfec325ade
|
Add support for new scheduler instrumentation.
|
2016-12-07 09:08:55 -06:00 |
|
Gregory Nutt
|
9da9b14d8c
|
Remove an unused label to eliminate a warning.
|
2016-12-06 13:10:05 -06:00 |
|
Gregory Nutt
|
efedead40b
|
Merge branch 'master' of bitbucket.org:nuttx/apps
|
2016-12-06 08:55:17 -06:00 |
|
Gregory Nutt
|
cd6a9f8bae
|
Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver.
|
2016-12-06 08:54:38 -06:00 |
|
Gregory Nutt
|
188588e87b
|
Eliminate a warning
|
2016-12-06 07:16:40 -06:00 |
|
Gregory Nutt
|
a479f9abed
|
Remove all usage of BOARDIOC_ADCTEST_SETUP
|
2016-12-05 17:12:33 -06:00 |
|
Gregory Nutt
|
ba47896c0f
|
apps/examples/pwm: Remove BOARIOC_PWMSETUP command.
|
2016-12-05 14:55:41 -06:00 |
|
Pierre-Noel Bouteville
|
4765d7baf8
|
fix bug un ftpd file or socket may be not closed
|
2016-12-04 08:39:40 -06:00 |
|
Pierre-Noel Bouteville
|
b3c90a4484
|
esp8266 update cosmetic and many bug fix
|
2016-12-04 08:35:02 -06:00 |
|
Pierre-Noel Bouteville
|
85eea42ff6
|
Import patch to fix:cJSON_PrintUnformatted() behaves unexpected if an empty array shall be printed to text. from Jerome Lang 2012-04-19
|
2016-12-04 08:14:56 -06:00 |
|
Pierre-Noel Bouteville
|
feb18e9750
|
netutils/ntpclient: Fix missing left parenthesis.
|
2016-12-04 08:03:47 -06:00 |
|
Pierre-Noel Bouteville
|
2c5b13834c
|
Remove some garbage characters added by error.
|
2016-12-04 08:01:56 -06:00 |
|
Gregory Nutt
|
7531568e6d
|
Remove RGMP example.
|
2016-12-02 09:52:44 -06:00 |
|
Gregory Nutt
|
31bd02c363
|
Update NxWidges/Kconfig
|
2016-12-01 17:03:47 -06:00 |
|
Gregory Nutt
|
8374ab4363
|
Correct a few things from the last commit.
|
2016-12-01 16:56:47 -06:00 |
|
Gregory Nutt
|
38e3619e21
|
Graphics: Remove all NX server taks. Instead, call boardctl() to the the NX server kernel thread.
|
2016-12-01 16:33:45 -06:00 |
|