Gregory Nutt
|
3e16e0a0f9
|
apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev.
|
2015-05-06 08:19:54 -06:00 |
|
Gregory Nutt
|
3b3d644b99
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
|
Gregory Nutt
|
ad61a44791
|
apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelse
|
2015-04-09 15:53:59 -06:00 |
|
Gregory Nutt
|
83e4bc2f7d
|
Make sure that FPU test, HID keyboard example, and touchscreen options are only available in the FLAT build
|
2015-03-23 19:03:51 -06:00 |
|
Gregory Nutt
|
6952cdf8ac
|
OS test: Improved error checking for sem_timedwait() from Juha Niskanen
|
2015-02-20 07:31:59 -06:00 |
|
Gregory Nutt
|
1d369fb376
|
apps/examples/ostest: Sample errno on returns from sem_timedwait(). Otherwise, intervening system calls my change the value of the reported errno. Noted by Juha Niskanen
|
2015-02-19 08:41:15 -06:00 |
|
Gregory Nutt
|
0d8247ef29
|
apps/examples/ostest: Missing prototype for nsem_test()
|
2014-12-06 07:33:40 -06:00 |
|
Gregory Nutt
|
8aae2cfc11
|
Fixes for more cppcheck complaints. Mostly cosmetic
|
2014-11-25 14:51:10 -06:00 |
|
Gregory Nutt
|
045c01c7b3
|
More fixes to issues noted by cppcheck
|
2014-11-25 11:45:00 -06:00 |
|
Gregory Nutt
|
48a185f691
|
Trivial AIO-related changes
|
2014-10-09 08:34:49 -06:00 |
|
Gregory Nutt
|
639e393625
|
Extend the AIO test
|
2014-10-07 13:49:20 -06:00 |
|
Gregory Nutt
|
0adba9f88c
|
Add another asynchronous I/O test
|
2014-10-07 12:42:09 -06:00 |
|
Gregory Nutt
|
d7054c38cc
|
AIO signal related fixes; extensino to AIO test
|
2014-10-07 09:57:20 -06:00 |
|
Gregory Nutt
|
ca8592433a
|
Add test for aio_cancel() and fix some bugs found by the test
|
2014-10-06 15:06:01 -06:00 |
|
Gregory Nutt
|
64666ed3d4
|
AIO test improvements
|
2014-10-06 11:46:10 -06:00 |
|
Gregory Nutt
|
5d36d57461
|
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
|
2014-10-05 15:44:43 -06:00 |
|
Gregory Nutt
|
5df68dd24d
|
More changes for AIO integration
|
2014-10-05 14:28:36 -06:00 |
|
Gregory Nutt
|
52c7880c67
|
First round of changes fo AIO integration
|
2014-10-05 13:57:55 -06:00 |
|
Gregory Nutt
|
dc9ad8cf61
|
Add AIO test case in OS test
|
2014-10-05 13:24:03 -06:00 |
|
Gregory Nutt
|
dc1b219b79
|
First round of fixes for re-implemented VFS message queues
|
2014-09-29 16:03:56 -06:00 |
|
Gregory Nutt
|
7af72f4284
|
Fix to bugs in initial commit of named semaphore test
|
2014-09-28 13:08:57 -06:00 |
|
Gregory Nutt
|
b98bcd01ad
|
Add a simple named semaphore test to the OS test
|
2014-09-28 13:02:36 -06:00 |
|
Gregory Nutt
|
4a6077b8d3
|
Add a trivial test of sem_timedwait() to the OS test
|
2014-09-26 07:04:34 -06:00 |
|
Gregory Nutt
|
0a4258db6d
|
MAINOBJ needs to be added to object list in many Makefile
|
2014-09-11 06:48:11 -06:00 |
|
Gregory Nutt
|
4f14d3b8c4
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:43:01 -06:00 |
|
Gregory Nutt
|
043d6898db
|
Determine the main object name from the main source name in every kernel build Makefile
|
2014-09-07 07:19:19 -06:00 |
|
Gregory Nutt
|
2881b73f3d
|
Add an nm command after every kernel build link to show if there are any undefined symbols
|
2014-09-07 07:15:59 -06:00 |
|
Gregory Nutt
|
70765b94fc
|
Add the main object to the list objects to link in every kernel build link command
|
2014-09-07 07:12:55 -06:00 |
|
Gregory Nutt
|
22720d5eb3
|
Add the main object to the dependencies for the kernel build
|
2014-09-07 07:09:22 -06:00 |
|
Gregory Nutt
|
b65500c289
|
If now a kernel build, then add the main object in with all of the rest
|
2014-09-07 07:05:54 -06:00 |
|
Gregory Nutt
|
22eb5d5c46
|
Update apps/examples/helloxx/Makefile
|
2014-09-07 06:59:30 -06:00 |
|
Gregory Nutt
|
181b75301f
|
Customize the program name in the generic setup that was added to each makefile that installs a program
|
2014-09-06 13:30:44 -06:00 |
|
Gregory Nutt
|
3454362678
|
Add generic setup logic to every Makefile that installs a program. Each will need customization
|
2014-09-06 13:19:02 -06:00 |
|
Gregory Nutt
|
cedf1d7369
|
Fix all install targets
|
2014-09-06 13:01:44 -06:00 |
|
Gregory Nutt
|
72cd42282c
|
Oops wrong else
|
2014-09-06 10:54:58 -06:00 |
|
Gregory Nutt
|
753f347723
|
Add missing else from last big change
|
2014-09-06 10:51:18 -06:00 |
|
Gregory Nutt
|
544cfc8aa2
|
Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main()
|
2014-09-06 10:42:03 -06:00 |
|
Gregory Nutt
|
c35653cd05
|
Only one install target per Makefile
|
2014-09-06 10:05:01 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
dd8d40dabd
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
d764356359
|
Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
|
2014-08-07 18:00:38 -06:00 |
|
Gregory Nutt
|
b651f37ce7
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
171db56b69
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
3669b6799a
|
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
|
2014-02-10 19:11:56 -06:00 |
|
Gregory Nutt
|
b14f1f48ec
|
apps/examples/ostest: Spelling fix from Richard Cochran
|
2014-01-23 07:00:02 -06:00 |
|
Gregory Nutt
|
7ca7ae9fd6
|
Add Z16F NSH configuration
|
2014-01-01 12:40:18 -06:00 |
|
Gregory Nutt
|
d69d133f62
|
Add FPU configuration options for the OS test
|
2013-09-18 10:30:52 -06:00 |
|