Xiang Xiao
|
41d88f06e7
|
Run codespell -w with the latest dictonary again
|
2020-02-23 07:10:14 -06:00 |
|
Xiang Xiao
|
d660492289
|
Run codespell -w against all files
and fix the wrong correction
|
2020-02-22 14:41:36 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Xiang Xiao
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
Gregory Nutt
|
73ab5e2750
|
Remove some cases in Kconfig files of 'comment' with 'depends on'. That is probably a good practice. I removed these because (1) is not done elsewhere so it is just an inconsistency, and (2) the HTML generation tool at nuttx/tools/kconfig2html.c would need to be extended to parse that case. I don't have time to do that now.
|
2019-05-19 09:49:50 -06:00 |
|
Michał Łyszczek
|
8ddb76323f
|
pps/system/psmq/Kconfig: Fix recursive dependency. SYSTEM_PSMQ both depended on and selected SYSTEM_EMBEDLOG
|
2019-02-19 14:07:02 -06:00 |
|
Michał Łyszczek
|
716caf2f61
|
apps/system/psmq: New package. psmq is publish subscribe message queue. It's a set of programs and libraries to implement publish/subscribe way of inter-process communication on top of POSIX message queue.
|
2019-02-18 17:47:34 -06:00 |
|