Nathan Hartman
3a75edca20
Fix minor typo/copy-paste: 'will be use when'->'will be used when'
2019-08-23 11:59:28 -06:00
Gregory Nutt
e6ba3ccff8
Update comments, README's, etc. to reflect changes to nuttx/boards directory reorganization.
2019-08-09 08:40:22 -06:00
Gregory Nutt
dd36f7ca4d
Fix paths in README.txt files which have changed due to the restructuring of nuttx/boards directory.
2019-08-05 10:22:56 -06:00
Gregory Nutt
2a8dccb75d
Change name configs/ to boards/ in comments, Documentation, Tools, etc.
2019-08-05 07:33:16 -06:00
Gregory Nutt
8f5944c4a8
Squashed commit of the following:
...
include/ and netutils/: Remove references to CONFIG_DISABLE_SIGNALS. Signals can no longer be disabled.
nshlib/: Remove references to CONFIG_DISABLE_SIGNALS. Signals can no longer be disabled.
system/: Remove references to CONFIG_DISABLE_SIGNALS. Signals can no longer be disabled.
testing/: Remove references to CONFIG_DISABLE_SIGNALS. Signals can no longer be disabled.
examples/: Remove references to CONFIG_DISABLE_SIGNALS. Signals can no longer be disabled.
2019-04-29 14:53:38 -06:00
Kejun ZHOU
520bd6ad44
Merged in zhoukejun/apps_nucleo_f767zi (pull request #171 )
...
Missing semicolon at the end of function call.
Signed-off-by: Kejun ZHOU <zhoukejun@outlook.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-03-11 19:22:25 +00:00
Gregory Nutt
e54c456c5d
testing/ostest/setvbuf.c: Fix several errors in the setvbuf() test.
2019-02-25 18:15:23 -06:00
Gregory Nutt
0031abaa83
testing/ostest/timedmutex.c: pthread_mutex_timedlock() returns EDTIMEDOUT on a timedout, not eagain.
2019-02-25 18:15:23 -06:00
Gregory Nutt
6d631c360d
apps/testing/ostest: Add test of pthread_mutex_timedlock()
2019-02-24 15:43:45 -06:00
Johannes
7d500adcd9
testing/scanftest/scanftest_main.c: Initialized s3, changed Ok to PASSED for Back to Back test.
2019-02-15 07:00:10 -06:00
Gregory Nutt
01d40ae540
apps/testing/scanftest/scanftest_main.c: Test improvements.
2019-02-14 15:53:24 -06:00
Johannes
c26f0ff2e4
apps/testing/scanftest: Port of Greg King's scanf test ( https://github.com/cc65 ).
2019-02-14 08:28:46 -06:00
Gregory Nutt
9db029e318
The file system can no longer be disabled. Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS==0
2019-02-11 13:10:10 -06:00
Gregory Nutt
4a827c3418
apps/testing/cxxtest: Add a README file.
2019-01-27 07:38:27 -06:00
Gregory Nutt
72b19dfbba
Update a README
2019-01-27 07:08:32 -06:00
Gregory Nutt
71113e7689
Update a README file.
2019-01-24 15:19:59 -06:00
Gregory Nutt
def2c19c68
testing/cxxtest: Move examples/cxxtest to testing.
2019-01-24 15:05:16 -06:00
Gregory Nutt
60dc0a8f2b
testing/: Move all file system tests from examples/ to testing/ (fstest, nxffs, smart, smart_test).
2019-01-24 14:44:54 -06:00
Gregory Nutt
b71f6d07ac
apps/testing/smp: Move apps/examples/smp to apps/testing/smp
2019-01-23 14:21:13 -06:00
Gregory Nutt
5182dbc4b1
apps/testing/ostest: Add test for pthread-specific data.
2018-12-28 14:17:40 -06:00
Gregory Nutt
0c615ed586
Fix a few typos.
2018-12-27 08:48:52 -06:00
Gregory Nutt
1bb723d60c
Trivial update to README.
2018-12-12 17:57:37 -06:00
Gregory Nutt
1ea316b46c
apps/testing: Move apps/examples/ostest to apps/testing/ostest.
2018-12-12 16:37:38 -06:00
anchao
b5cfd93444
apps/: Modification to build system: Unified application compilation rules
2018-09-03 09:29:56 -06:00
Mateusz Szafoni
0abe34183b
Merged in raiden00/apps (pull request #142 )
...
testing/unity: add configuration options for exclude setjmp and output color
Approved-by: GregoryN <gnutt@nuttx.org>
2018-06-23 14:58:25 +00:00
Mateusz Szafoni
133f239763
Merged in raiden00/apps (pull request #141 )
...
testing: add Unity - unit testing library from ThrowTheSwitch.org
* examples/powerled: add arch initialization; examples/smps: fixes in some printf and in Kconfig
* testing: add Unity - unit testing library from ThrowTheSwitch.org
Approved-by: GregoryN <gnutt@nuttx.org>
2018-06-15 12:44:22 +00:00