ligd
10ccba6671
init: move USERMAIN_XX out of INIT_ENTRYPOINT
...
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-12-24 08:23:30 -06:00
Alin Jerpelea
5a69445ae9
documentation: Add release notes for 10.2.0 release
...
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-10-28 17:51:47 +02:00
Xiang Xiao
b12f588140
Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL
...
since boardctl isn't a libc feature
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-08-06 13:58:26 +02:00
Xiang Xiao
5025fbef8d
Rename LIB_ to LIBC_ for all libc Kconfig
...
follow other libc component naming convention
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-08-05 19:45:24 +02:00
Nathan Hartman
7259601baa
ReleaseNotes: Fix missing Compatibility Concerns for NuttX-9.1
...
* ReleaseNotes:
Discovered that the entire Compatibility Concerns section was
missing.
Copied this information from the CWIKI ReleaseNotes [1] and
reformatted to fit the textual format of this file.
[1] https://cwiki.apache.org/confluence/display/NUTTX/NuttX+9.1#NuttX9.1-CompatibilityConcerns
2021-06-10 18:33:07 +01:00
Nathan Hartman
2c628cf858
ReleaseNotes: Improve organization and other minor fixes
...
Improve organization by sorting architectures and boards into alphabetical
order. Improve consistency of newlines between headings and contents. In
sections that include subsections for new features and bugfixes, list the
new features (or major/significant improvements) first, followed by
bugfixes. In Compatibility Concerns section, rewrap the lines and add
backticks around identifiers that should print in a fixed-width typeface.
2021-04-18 12:18:11 -05:00
Brennan Ashton
961e1bcfe7
documentation: Add release notes for 10.1.0 release
2021-04-18 08:57:39 +02:00
Nathan Hartman
4653dc14d3
Fix typos (and nxstyle errors)
...
ReleaseNotes,
arch/arm/src/cxd56xx/cxd56_dmac_common.h,
arch/arm/src/efm32/efm32_dma.h,
arch/arm/src/lpc54xx/lpc54_lcd.c,
arch/arm/src/rp2040/rp2040_dmac.h,
arch/arm/src/stm32/stm32_dma.h,
arch/arm/src/stm32f0l0g0/stm32_dma.h,
arch/arm/src/stm32f7/stm32_dma.h,
arch/arm/src/stm32h7/stm32_dma.h,
arch/arm/src/stm32l4/stm32l4_dma.h,
arch/renesas/src/rx65n/rx65n_dtc.h,
fs/spiffs/src/spiffs_vfs.c,
net/route/cacheroute.h,
net/route/net_cacheroute.c,
net/route/net_foreach_fileroute.c,
net/route/net_foreach_ramroute.c,
net/route/net_foreach_romroute.c, and
net/route/route.h:
* Fix the following typos:
- remove spurious "are"
- "tot he" -> "to the"
arch/arm/src/stm32f0l0g0/stm32_dma.h and
arch/arm/src/stm32l4/stm32l4_dma.h:
* Fix nxstyle errors.
2021-03-21 21:51:14 +01:00
Gustavo Henrique Nihei
07900cdce9
Fix typo in "repetitions" word
2021-02-23 07:18:33 -08:00
Brennan Ashton
a8b539af81
Add release notes for NuttX-10.0.0
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-25 23:49:20 -08:00
Yoshinori Sugino
04c0055355
Fix typos
2020-10-28 19:15:04 -07:00
Xiang Xiao
eb4121ce38
Change all 'Nuttx' to 'NuttX'
...
Unify the naming convention
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-10-20 01:45:06 -07:00
Brennan Ashton
4cb193d530
Docs: Update links to old website and wiki
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-08-30 19:16:30 -03:00
Ouss4
e538198fd8
Update ReleaseNotes in preparation for the 9.1 release.
2020-06-22 21:50:05 -07:00
Nathan Hartman
d6f7821b15
Docs and comments: Change OSX -> macOS
...
Mac OS X was renamed to macOS at some point. Update references to
OSX, OS X, Mac OS X, Mac OSX, and other permutations, to macOS,
in README files and in comments of other files.
2020-04-26 07:48:33 -06:00
Ouss4
d53566118e
Update release notes in preparation for the 9.0.0 release.
2020-04-19 17:51:39 -06:00
hartmannathan
bfc153ca27
Fix typos in comments and documentation ( #750 )
...
* Fix typos in comments and documentation
2020-04-08 06:45:35 -06:00
Nathan Hartman
a5e643b0cd
Fix typos in comments and documentation.
2020-03-16 20:01:11 -06:00
Juha Niskanen
f3490e42c3
Fix typos in comments
2020-03-03 09:11:57 -06:00
Xiang Xiao
cde88cabcc
Run codespell -w with the latest dictonary again
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-02-23 22:27:46 +01:00
Xiang Xiao
bd4e8e19d3
Run codespell -w against all files
...
and fix the wrong correction
2020-02-22 14:45:07 -06:00
Juha Niskanen
15b78abccf
Fix typos in comments
2020-02-14 08:50:45 -06:00
Xiang Xiao
2d7c072723
Remove duplicated NET_SLIP option from drivers/net/Kconfig
2020-02-02 08:24:50 -06:00
Juha Niskanen
a762c06ed9
Fix typos and some incorrect comments
...
Author: Alan Carvalho de Assis <acassis@gmail.com>
Run nxstyle against .c and .h files and fix it
Author: Juha Niskanen <juha.niskanen@haltian.com>
Fix typos and some incorrect comments
2020-01-20 09:32:36 -03:00
Masayuki Ishikawa
ab99842bd6
ReleaseNotes: Fix the latest version number info
...
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-01-15 07:08:16 -06:00
Nathan Hartman
9655730ef8
Fix various typos and spelling errors.
2019-12-12 07:41:51 -06:00
Gregory Nutt
66401c8960
Documentation/NuttX.html: Update the NuttX 'about' document in preparation for the NuttX-8.2 release.
2019-11-16 09:58:36 -06:00
Gregory Nutt
ac1b96ba1e
Update ReleaseNotes in preparation for the nuttx-8.2 release.
2019-11-16 08:23:09 -06:00
Nathan Hartman
46aaec7ba0
Fix minor typos in docs and comments.
2019-09-29 12:52:20 -06:00
Juha Niskanen
c3d24571fb
Fix some typos. Mostly inital->initial.
2019-09-27 06:32:32 -06:00
Juha Niskanen
5c853cd1dc
libs/libc/unistd/lib_getcwd.c: remove stray sched_unlock(). Also fixes several typos.
2019-09-20 06:23:48 -06:00
Juha Niskanen
e8b5dd4528
Fix use of undefined pp-token #errror, other typos.
2019-09-19 18:19:18 -06:00
Juha Niskanen
ebc6f51641
Fix some typos
2019-09-17 10:46:23 -06:00
Gregory Nutt
a9c55d40ab
Update the NuttX 'About' document in preparation for the NuttX-8.1 release.
2019-09-14 09:54:50 -06:00
Gregory Nutt
627724749d
Update ReleaseNotes in preparation for the NuttX-8.1 release.
2019-09-14 08:56:25 -06:00
Nathan Hartman
366053e464
Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere.
2019-09-11 08:56:56 -06:00
Nathan Hartman
60f777b8f4
Fix various typos in documentation and comments.
2019-08-09 14:35:07 -06:00
Gregory Nutt
064543dfd0
Update 'About' document in preparation for the NuttX-7.31 release.
2019-07-21 13:01:57 -06:00
Gregory Nutt
6e86d7f535
ReleaseNotes: Remove bugfixes on things added in 7.31 that did not appear in 7.30. The ReleaseNotes should be purely a delta between the two versions.
2019-07-21 11:33:30 -06:00
Gregory Nutt
c85f206fa1
Update ReleaseNotes in preparation for the NuttX-7.31 release.
2019-07-21 11:25:23 -06:00
Gregory Nutt
52203c4ae1
Documentation: Update the NuttX 'About' document in preparation for the NuttX-7.30 release.
2019-05-19 08:28:03 -06:00
Gregory Nutt
28ac578cd3
Update ReleaseNotes in preparation for the 7.30 release.
2019-05-18 15:18:06 -06:00
Gregory Nutt
101f3bddec
Update the NuttX 'About' document in preparation for the NuttX-7.29 release.
2019-03-25 07:49:11 -06:00
Gregory Nutt
5812bbeb04
Update ReleaseNotes in preparation for NuttX-7.29 release.
2019-03-24 17:58:51 -06:00
Gregory Nutt
b35a140636
About the NuttX 'About' document in preparation for the 7.28 release.
2019-01-19 10:31:06 -06:00
Gregory Nutt
59924152c3
Update ReleaseNotes in preparation for the 7.28 release.
2019-01-19 08:34:03 -06:00
Gregory Nutt
052ff5ee84
Update the NuttX 'About' Document in preparation for the 7.27 release.
2018-11-14 14:38:21 -06:00
Gregory Nutt
60effd59be
ChangeLog: Update ReleaseNotes in preparation for 7.27 release.
2018-11-14 13:30:09 -06:00
Gregory Nutt
fa5822f255
Partial update of Documents/NuttX.html in preparation for the 7.26 release. There is still more to be done.
2018-09-07 15:35:45 -06:00
Gregory Nutt
bb5a6f372e
Update ReleaseNotes in preparation for the 7.26 release.
2018-09-07 13:17:12 -06:00