nuttx/sched
Gregory Nutt cf5d17f795 tools/nxstyle: Added logic to parse section headers (#90)
* tools/nxstyle:  Added logic to parse section headers (like Included files, Pre-processor Definitions, etc.) and to assure that the section headers are correct for the file type.  Also (1) verify that #include appears only in the 'Included Files' section and that (2) #define only occurs in the Pre-processor definition section.

    Right now, there are several places where that rule is not followed.  I think most of these are acceptable so these failures only generate warnings, not errors.  The warning means that we need to go look at the offending #define or #include and decide if it is a acceptable usage or not.
2020-01-13 18:08:45 +00:00
..
clock tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
environ Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group various fixes (#49) 2020-01-07 09:06:02 -06:00
init Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
irq Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
module Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mqueue tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
paging tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
pthread tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
sched tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
semaphore Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
signal tools/nxstyle: Added logic to parse section headers (#90) 2020-01-13 18:08:45 +00:00
task Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
timer tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
wdog Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wqueue tools/nxstyle.c: Add automatic detection of line width based on examining 2020-01-12 13:07:54 -03:00
.gitignore
Kconfig Update ReleaseNotes in preparation for the nuttx-8.2 release. 2019-11-16 08:23:09 -06:00
Makefile