Yanfeng Liu
75d0c2946d
risc-v: Initial support for CanMV-k230 board and K230 chip
...
The code is mainly derived from the NuttX qemu-rv/rv-virt codebase.
Major changes:
- boards/Kconfig: add new BOARD_K230_CANMV
- arch/risc-v/Kconfig: add new CHIP_K230 chip and ARCH_RV_MMIO_BITS
- arch/risc-v/src/common/riscv_mtimer.c: use ARCH_RV_MMIO_BITS to
select MMIO access width
New additions:
- arch/risc-v/include/k230/: k230 SoC definitions
- arch/risc-v/src/k230/: k230 SoC sources
- boards/risc-v/k230/canmv230/: CanMV-K230 board sources and configs
- Documentation/platforms/risc-v/k230/: simple doc
Note that only FLAT build works for canmv230 now.
This PR has changes in RiscV common layer thus may affect other RiscV ports
It changes the mtime/mtimecmp access control from using config ARCH_RV64 to
newly intorduced config ARCH_RV_MMIO_BITS.
Original design uses ARCH_RV64 to select 64bit MMIO in riscv_mtimer.c, this
can't cope with the situation with K230 --- it has ARCH_RV64 but only can do
32bit MMIO. So a new ARCH_RV_MMIO_BITS config has been introduced. Its value
depicts the MMIO width in bits. The MMIO_BITS defaults to 32/64 for RV32/
RV64 respectively. This allows the macro to replace current use of ARCH_RV64
in riscv_mtimer.c.
The new MMIO_BITS config is a derived one, and for RiscV chips with
equal CPU and MMIO widths there is no need to explicitly set it as the
default rule will do that. Only chips with different CPU and MMIO widths
need set it in Kconfig.
So by design this change should be safe but RiscV ports should be checked.
"ostest" verification has been done for:
- canmv230/nsh
- rv-vivt/nsh
- rv-virt/nsh64
configuration generation and manual check of derived RV_MMIO_BITS has been
done for:
- star64/nsh
- arty_a7/nsh
- bl602evb/nsh
Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2023-12-17 01:10:57 -08:00
Lee Lup Yuen
87c1b81857
boards/riscv: Add support for PINE64 Ox64 BL808 SBC
...
This PR adds support for PINE64 Ox64 64-bit RISC-V SBC, based on Bouffalo Lab BL808 SoC (T-Head C906 Core). Most of the code is derived from NuttX for Star64 JH7110. The source files are explained in the articles here: https://github.com/lupyuen/nuttx-ox64
### Modified Files
`boards/Kconfig`: Added Ox64 board
### New Files in boards/risc-v/bl808/ox64
`src/bl808_appinit.c`: Startup Code
`include/board.h`: Ox64 Definitions
`include/board_memorymap.h`: Memory Map
`src/etc/init.d/rc.sysinit`, `rcS`: Startup Script
`src/.gitignore`: Ignore the tmp filesystem
`scripts/ld.script`: Linker Script
`scripts/Make.defs`: Ox64 Makefile
`src/Makefile`: Ox64 Makefile
`Kconfig`: Ox64 Config
`configs/nsh/defconfig`: Build Config for `ox64:nsh`
### Updated Documentation
`platforms/risc-v/bl808/index.rst`: New page for Bouffalo Lab BL808 SoC
`platforms/risc-v/bl808/boards/ox64/index.rst`: Building and booting NuttX for Ox64
`platforms/risc-v/jh7110/boards/star64/index.rst`: Fix typo
2023-12-15 18:52:16 -08:00
GD32-MCU
9a2569882e
fix bug in gd32f4xx_serial.c, add romfsimg.h, gd32f4xx_reset and improve gd32f4xx_gpio.c for f470z board, add board decription for f470
...
add gd32f470 picture
2023-12-13 23:27:23 -08:00
anjiahao
1295ccdd0e
Documentation:add Documentation for stack statistics
...
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-12-11 02:06:51 -08:00
anjiahao
35051dd715
coredump: support coredump save to block device when crash
...
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-12-10 07:02:03 -08:00
Jorge Guzman
c5dfb9f606
linum-stm32h753bi: Updating documentation for modbus_slave example.
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2023-12-09 22:26:40 -08:00
YAMAMOTO Takashi
4d7cc95f80
doc: update an example to match the latest versions of the code
2023-12-07 19:48:51 -08:00
YAMAMOTO Takashi
0f43be2c07
Document esp32s3-devkitc:toywasm kconfig
2023-12-07 08:21:39 -08:00
Peter van der Perk
0ff18e31f5
imxrt1170-evk: add basic documentation
2023-12-07 03:48:19 -08:00
Rodrigo Sim
ce4c70690f
stm32f401rc-rs485: Add eeprom support
2023-12-04 00:34:14 -08:00
Eren Terzioglu
5b19d8b2cb
xtensa/esp32s2: Add RTC support
2023-11-30 21:02:12 -03:00
Rodrigo Sim
14000d077d
seeed-xiao-rp2040: Add initial board support
2023-11-29 19:32:22 -08:00
raiden00pl
9858dfde32
Documentation: disable parallel build
2023-11-29 01:37:10 -08:00
raiden00pl
de199faed6
Documentation: turn warnings into errors
2023-11-29 01:37:10 -08:00
raiden00pl
6dfe1bf58c
Documentation: port warnings_filter Sphinx extension from Zephyr
...
ignore known warnings:
/home/raiden00/git/RTOS/nuttx/nuttx/Documentation/reference/os/netdev.rst:61: WARNING: Duplicate C declaration, also defined at reference/os/netdev:39.
Declaration is '.. c:struct:: net_driver_s'.
/home/raiden00/git/RTOS/nuttx/nuttx/Documentation/reference/user/07_signals.rst:180: WARNING: Duplicate C declaration, also defined at reference/user/structures:112.
Declaration is '.. c:struct:: sigaction'.
2023-11-28 09:18:29 -08:00
Ville Juven
e39ef8563e
semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary
2023-11-27 04:52:54 -08:00
Michal Lenc
34afef5cfb
Documentation: add open_memstream test entry
...
Test tool for open_memstream() function added to documentation.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-11-27 03:24:53 -08:00
Rodrigo Sim
89ddb2f709
stm32f401rc-rs485: Add sdcard support
2023-11-25 23:16:44 -08:00
Rodrigo Sim
01c5ec1622
Documentation: Fix errors on linum-stm32h753bi
2023-11-25 17:59:42 -08:00
Nathan Hartman
26e4dd5638
Documentation: Fix various typos
2023-11-23 16:38:19 -08:00
Nathan Hartman
9b77b2ba0b
Documentation: Remove executable bit from reStructuredText file.
2023-11-23 16:37:28 -08:00
guotong ma
8d72edf72f
fix f401rc flash size in documentation.
2023-11-23 08:15:06 -08:00
raiden00pl
014029c649
boards: add support for ODrive V3.6 board
2023-11-18 17:07:20 -08:00
raiden00pl
4bad6048f0
drivers/foc: add support for FOC power-stage driver
...
There are ICs available on the market that integrate various power inverter
features. The driver for such a device must be tightly coupled to a FOC device
as using it as a separate device doesn't make sense.
2023-11-18 17:07:20 -08:00
Jorge Guzman
ce654a6148
stm32h7/linum-stm32h753bi: Added documentation of linum-stm32h753bi board.
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2023-11-17 17:46:33 -08:00
Michal Lenc
d7c53a6939
docs: add description about local CI tests
...
This page adds description how to run CI tests locally.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-11-17 19:36:53 +01:00
Stuart Ianna
90cf37a179
Documentation: Fix sd_bench command help description.
...
The help prompt usage output for sd_bench was inconsistent with that of
the actual application. Amend this error.
2023-11-16 22:52:30 -08:00
raiden00pl
23de8cefb9
Documentation: update nRF91 doc
2023-11-16 20:32:41 -08:00
Eren Terzioglu
4033018a72
xtensa/esp32s3: Add XTWDT support
2023-11-14 19:42:33 -03:00
Masayuki Ishikawa
5f15c73219
Documentation, tools: Bump xpack-riscv-none-elf-gcc to 12.3.0-2
...
Summary:
- Upgraded to xpack-riscv-none-elf-gcc-12.3.0-2 to resolve symbol recognition
issues in riscv-none-elf-gdb, as reported in
https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/issues/22 .
Impact:
- Expected to enhance toolchain stability with no negative side effects.
Testing:
- Verified with rv-virt:netnsh and rv-virt:netnsh64 configurations
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-11-14 12:33:36 +01:00
Eren Terzioglu
d92a7011fd
xtensa/esp32s3: Add RWDT support
2023-11-13 21:04:30 -03:00
Takumi Ando
4e89313913
Documentation: flipperzero: Fix typo
...
Signed-off-by: Takumi Ando <t-ando@advaly.co.jp>
2023-11-13 11:39:56 +01:00
raiden00pl
16691f29a9
Documentation: migrate "Bottom-Half Interrupt Handlers" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Bottom-Half+Interrupt+Handlers
Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
2023-11-08 15:54:54 +08:00
raiden00pl
56cb0450cc
Documentation: fix warning
2023-11-08 15:54:54 +08:00
raiden00pl
c347343e09
Documentation: migrate "STM32 CCM Allocator" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/STM32+CCM+Allocator
Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
2023-11-08 15:54:54 +08:00
raiden00pl
3e0d1e9b52
Documentation: migrate "STM32 Null Pointer Detection" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/STM32+Null+Pointer+Detection
Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
2023-11-08 15:54:54 +08:00
Zhe Weng
6403965075
Documentation: Add netdev description with multiple IPv6 addresses
...
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-11-07 19:30:36 +08:00
raiden00pl
4d65d9908b
Documentation: migrate "Auto-Mounter" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Auto-Mounter
2023-11-06 18:42:17 -03:00
raiden00pl
1c6e5cc0c4
Documentation: migrate "Work Queue Deadlocks" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Work+Queue+Deadlocks
2023-11-06 18:42:17 -03:00
raiden00pl
2d8c4e6645
Documentation: migrate "SLIP Configuration" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/SLIP+Configuration
2023-11-06 18:42:17 -03:00
raiden00pl
8a8111c2fc
Documentation: migrate "CONFIG_NET_GUARDSIZE" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/CONFIG_NET_GUARDSIZE
2023-11-06 18:42:17 -03:00
raiden00pl
1f9e17f5c7
Documentation: add SystemView configuration instructions
2023-11-06 18:42:17 -03:00
raiden00pl
caef223268
Documentation: migrate "CNxConsole Keyboard Input" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/CNxConsole+Keyboard+Input
2023-11-06 18:42:17 -03:00
raiden00pl
200f709092
Documentation: migrate "NxTerm Example" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/NxTerm+Example
2023-11-06 18:42:17 -03:00
Michal Lenc
784aa526b1
documentation/contributing: remove copyright notice in file header
...
Copyright notice and author contact/information should not be included
in file header anymore. Only standard Apache 2.0 licensing information
should be used.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-11-07 01:01:18 +08:00
raiden00pl
2214eecddc
Documentation: migrate "Testing TCP/IP Network Stacks" from wiki
...
link: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629530
2023-11-06 09:03:07 +08:00
raiden00pl
afa9e29272
Documentation: migrate "Effects of Disabling Interrupts or Pre-Emption on Response Latency" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Effects+of+Disabling+Interrupts+or+Pre-Emption+on+Response+Latency
2023-11-06 09:03:07 +08:00
raiden00pl
0b17238714
Documentation: migrate "Per-Thread Interrupt Controls" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Per-Thread+Interrupt+Controls
2023-11-06 09:03:07 +08:00
raiden00pl
fdc671fa3e
Documentation: migrate "Critical Section Monitor" from wiki
...
links: https://cwiki.apache.org/confluence/display/NUTTX/Critical+Section+Monitor
2023-11-05 12:11:14 +08:00
raiden00pl
f96064db75
Documentation: migrate "SMP Critical Sections" from wiki
...
links: https://cwiki.apache.org/confluence/display/NUTTX/SMP+Critical+Sections
2023-11-05 12:11:14 +08:00
raiden00pl
20fd7f588f
Documentation: CONFIG_USER_ENTRYPOINT was changed to CONFIG_INIT_ENTRYPOINT
2023-11-05 12:11:14 +08:00
raiden00pl
adc557f545
Documentation: migrate "apps/tools/mkromfsimg.sh" from wiki
...
link https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629538
2023-11-05 12:11:14 +08:00
raiden00pl
3b23a693ac
Documentation: migrate "Linux Processes vs NuttX Tasks" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Linux+Processes+vs+NuttX+Tasks
2023-11-05 12:11:14 +08:00
raiden00pl
03b4ec60a5
Documentation: migrate "Running Applications from NSH" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Running+Applications+from+NSH
2023-11-05 12:11:14 +08:00
raiden00pl
de564d38e9
Documentation: migrate "Wide Font Support" from wiki
...
link: https://cwiki.apache.org/confluence/display/NUTTX/Wide+Font+Support
2023-11-05 12:11:14 +08:00
raiden00pl
63558cf72f
Documentation: migrate "NuttX Graphics Subsystem (NX)" from wiki
...
link to wiki: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629474
2023-11-05 12:11:14 +08:00
raiden00pl
bfd342b4eb
Documentation: fix warning
2023-11-05 12:11:14 +08:00
raiden00pl
43be20d67e
Documentation: fix warning
...
Documentation/legacy_README.md:675: WARNING: duplicate label introduction/resources:installation, other instance in Documentation/introduction/resources.rst
2023-10-30 20:29:54 +08:00
raiden00pl
649cd00c8b
Documentation: review quickstart/install.rst
2023-10-30 20:29:54 +08:00
raiden00pl
afa2be4a1e
Documentation: fix warning
2023-10-30 20:29:54 +08:00
raiden00pl
b7f94fbf22
Documentation: various cosmetic changes
2023-10-30 20:29:54 +08:00
raiden00pl
64be5c6958
Documentation: update organization.rst
2023-10-30 20:29:54 +08:00
raiden00pl
93f1d62f34
Documentation: fix warning
...
Documentation/legacy_README.md: WARNING: document isn't included in any toctree
2023-10-30 20:29:54 +08:00
raiden00pl
ce97fccf9a
Documentation: split some long lines
2023-10-30 20:29:54 +08:00
raiden00pl
82bcc3f7d4
Documentation: fix warnings
2023-10-30 20:29:42 +08:00
raiden00pl
041308f950
Documentation: review applications/nsh
2023-10-30 20:29:42 +08:00
Rodrigo Sim
54a16e8f74
Documentation: add documentation for STM32F401RC-RS485 board
2023-10-29 20:50:00 -03:00
Alan Carvalho de Assis
468e9fcde5
Documentation: Fix typos
...
I used codespell to find typos in the documentation.
Signed-off-by: Alan C. Assis <acassis@gmail.com>
2023-10-29 10:35:51 +08:00
Filipe Cavalcanti
b7288c4db9
Gathering community recommendations
...
testing badges
Converted legacy readme from .md to .rst
Revert "Converted legacy readme from .md to .rst"
This reverts commit e33fef7a5aaa5dd377f87b90a667a2704b9fb834.
2023-10-28 13:55:56 +08:00
raiden00pl
f9d088590a
Documentation: migrate boards/{z16|z80}/xxx/configs/README.txt
2023-10-28 13:55:22 +08:00
raiden00pl
8f7be6ce27
Documentation: move nxwidgets to applications as it is apps-side lib
2023-10-27 13:21:40 -03:00
raiden00pl
579a35dc68
Documentation: fix ugly formating around some inline literals
2023-10-27 13:21:40 -03:00
raiden00pl
770df6d820
Documentation: remove readme references
2023-10-27 13:21:40 -03:00
raiden00pl
d72c6802c1
Documentation: add dummy pages for missing filesystems and drivers
2023-10-27 13:21:40 -03:00
raiden00pl
870139e45f
Documentation: move socketcan.rst to net/
2023-10-27 13:21:40 -03:00
raiden00pl
8090fb9d5c
Documentation: add dummy pages for missing top directories
...
crypto, openamp, video and wireless
2023-10-27 13:21:40 -03:00
raiden00pl
9c4f042c57
Documentation: add missing directories in net
2023-10-27 13:21:40 -03:00
raiden00pl
408441bf15
Documentation: initialize cmake doc
2023-10-27 13:21:40 -03:00
raiden00pl
a2bb55d8b7
Documentation: update copyright year
2023-10-27 13:21:40 -03:00
raiden00pl
82e260740a
Documentation: cosmetics for unionfs.rst
2023-10-27 13:21:40 -03:00
raiden00pl
01500f8b20
Documentation: fix latexpdf build
2023-10-26 18:13:34 -03:00
raiden00pl
56529d2944
Documentation: migrate the rest boards
...
- migrated /README are removed from /boards
- there are a lot of READMEs that should be further converted to rst.
At the moment they are moved to Documentation/platforms and included in rst files
2023-10-26 18:13:34 -03:00
raiden00pl
443e900188
Documentation: migrate the rest of drivers readmes
2023-10-26 20:02:03 +08:00
raiden00pl
d98ae9d3e4
Documentation: cosmetics changes
...
- various style fixes
- limit the line length to about 80 characters to improve readability in terminal-based IDEs
2023-10-26 20:01:21 +08:00
Stuart Ianna
fe468b276e
Documentation: Add entry for sd_bench tool.
2023-10-26 09:00:29 +08:00
crafcat7
3d78859737
applications:Move the test tools in the system directory to the testing directory.
...
by pr#2161
The following four tools were moved:
1.memstress
2.ramtest
3.ramspeed
4.cachespeed
Signed-off-by: crafcat7 <crafcat7@outlook.com>
2023-10-26 00:09:28 +08:00
raiden00pl
afef047c6f
Documentation: fix warning introduced by sd_stress
...
nuttx/Documentation/applications/testing/sd_stress/index.rst:1: WARNING: Title overline too short.
2023-10-26 00:08:54 +08:00
raiden00pl
9bef53bbdd
Documentation: migrate /drivers
2023-10-26 00:08:54 +08:00
raiden00pl
8e40cfd1b6
Documentation: migrate /arch
2023-10-26 00:08:54 +08:00
raiden00pl
8a330ca0bc
Documentation: migrate /tools
2023-10-26 00:08:54 +08:00
raiden00pl
64b924d18c
Documentation: migrate /syscall
2023-10-26 00:08:54 +08:00
raiden00pl
00d14665d1
Documentation: migrate /mm
2023-10-26 00:08:54 +08:00
raiden00pl
ebcf8f0d16
Documentation: migrate /net
2023-10-26 00:08:54 +08:00
raiden00pl
61cdd105ef
Documentation: migrate /libs
2023-10-26 00:08:54 +08:00
raiden00pl
6448135f65
Documentation: migrate /fs
2023-10-26 00:08:54 +08:00
raiden00pl
1822b1c37f
Documentation: migrate /audio
2023-10-26 00:08:54 +08:00
Stuart Ianna
c19c943835
Documentation: Add entry for sd_stress tool.
2023-10-25 09:16:50 +08:00
raiden00pl
962d46186d
Documentation/netutils: ignore header for TOC
2023-10-25 00:25:58 +08:00
raiden00pl
d1ebe6cd24
Documentation: add dummy apps descriptions
...
The apps description is empty for now but allows to generate nice tables of content with all nuttx-apps functionalities.
2023-10-25 00:25:58 +08:00
raiden00pl
6e9cd74e81
Documentaion: migrate tools/readme
2023-10-24 10:29:01 -03:00
raiden00pl
abdcc8d17c
Documentation: unify applications/xxx/index.rst
2023-10-24 10:29:01 -03:00
raiden00pl
931096f3f6
Documentation: various cosmetic changes
2023-10-24 10:29:01 -03:00
raiden00pl
e229528d5a
Documentation: fix warnings from games
2023-10-24 10:29:01 -03:00
raiden00pl
4520d8676a
Documentaion: migrate wireless/readme
2023-10-24 10:29:01 -03:00
raiden00pl
a008eb8669
Documentaion: migrate examples/bastest/readme without test cases
2023-10-24 10:29:01 -03:00
raiden00pl
cffc74c664
Documentaion: migrate system/readme
2023-10-24 10:29:01 -03:00
raiden00pl
a9a1d719da
Documentaion: migrate netutils/readme
2023-10-24 10:29:01 -03:00
raiden00pl
7e2a5f6f3f
Documentaion: migrate modbus/readme
2023-10-24 10:29:01 -03:00
raiden00pl
0979fd0ab7
Documentaion: migrate interpreters/readme
2023-10-24 10:29:01 -03:00
raiden00pl
05b0b7c9f3
Documentaion: migrate graphics/readme
2023-10-24 10:29:01 -03:00
raiden00pl
454e3a210b
Documentaion: migrate crypto/readme
2023-10-24 10:29:01 -03:00
raiden00pl
203f6cd4a9
Documentaion: migrate audioutils/readme
2023-10-24 10:29:01 -03:00
Michal Lenc
8f042f527e
Documentation: add fmemopen test entry
...
Test tool for fmemopen() function added to documentation.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-10-24 10:28:01 -03:00
raiden00pl
24bc270d82
Documentation/examples: format the first header as in other files
2023-10-24 13:56:34 +08:00
raiden00pl
731eaefba2
Documentation/examples: add missing titles
2023-10-24 13:56:34 +08:00
raiden00pl
a342d2a7ac
Documentaion: migrate testing readmes
2023-10-24 13:56:34 +08:00
raiden00pl
3d7a395f52
Documentaion: migrate examples/mcuboot readme
2023-10-24 13:56:34 +08:00
raiden00pl
e8c135ba0c
Documentaion: migrate fsutils/inifile readme
2023-10-24 13:56:34 +08:00
raiden00pl
c4b2c65078
Documentaion: migrate graphics/lvgl readme
2023-10-24 13:56:34 +08:00
Alan Carvalho de Assis
10e1540b53
games: Add documentation
...
This commit add support to Games documentation on NuttX.
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
2023-10-24 13:54:32 +08:00
raiden00pl
c87a967806
Documentation: format the NSH command list
...
command names will be more visible and look nicer
2023-10-23 14:53:59 +03:00
raiden00pl
bca2a7925c
Documentation: migrate industry/abnt_codi readme
2023-10-23 19:52:53 +08:00
raiden00pl
af8548097f
Documentation: migrate system/i2c readme
2023-10-23 19:52:53 +08:00
raiden00pl
ecbc8aa62c
Documentation: migrate nimble readme
2023-10-23 19:52:53 +08:00
raiden00pl
e93eb76017
Documentation: list all supported libs tools and apps
2023-10-23 19:52:53 +08:00
raiden00pl
f84cb54515
Documentation: move nxdiag to applications/system
2023-10-23 19:52:53 +08:00
raiden00pl
f486c59f6f
Documentation: move wapi to applications/wireless
2023-10-23 19:52:53 +08:00
raiden00pl
a03b41291b
Documentation: migrate apps/logging doc
2023-10-23 19:52:53 +08:00
raiden00pl
61359f7fcc
Documentation: migrate apps/boot doc
2023-10-23 19:52:53 +08:00
raiden00pl
131f4151b7
Documentation: reflects the structure of nuttx-apps
2023-10-23 19:52:53 +08:00
raiden00pl
88b7ce80a0
Documentation: add missing platforms to platforms/ and remove introduction/platforms
2023-10-22 19:06:44 +08:00
raiden00pl
52ec2326b3
Documentation: fix esp32-devkitc errors
2023-10-22 19:06:44 +08:00
raiden00pl
97fa781de7
Documentation: move a64 from arm to arm64
2023-10-22 19:06:44 +08:00
halyssonJr
48a878fd06
Adding initial support to board esp32-2432S028, is a board with SD Card, RGB LED, output for speak and display LCD
...
Signed-off-by: halyssonJr <halysson1007@gmail.com>
2023-10-22 00:57:36 +08:00
raiden00pl
3cccb0dd17
Documentation: migrate apps/example/README.md
2023-10-21 22:13:55 +08:00
raiden00pl
449c6028ba
Documentation: fix nxdiag Usage header level
2023-10-21 22:13:55 +08:00
raiden00pl
ce84c5db55
Documentation: split long lines
2023-10-21 22:13:55 +08:00
Alan Carvalho de Assis
b95fd6a573
esp32: Add wifishare board config and documentation
...
Signed-off-by: Alan C. Assis <acassis@gmail.com>
2023-10-20 09:46:21 +08:00
Christian Catchpole
495253385f
improve macOS install docs
2023-10-17 17:53:42 +08:00
Alin Jerpelea
643b9c1abf
Documentation: add NuttX-12.3.0 release notes
...
Add release notes for 12.3.0 release
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2023-10-06 23:12:03 +08:00
Tiago Medicci Serrano
57bf9d44d2
Documentation: Fix search path for defconfig include list
...
Add `*` to make it being understood as a list.
2023-10-05 19:18:05 -04:00
Tiago Medicci Serrano
997b3422a3
Documentation: Update the recommended toolchain for ESP32-C3/C6/H2
...
Currently, this toolchain is being used for NuttX CI testing and
provide features that weren't available in the old toolchain based
on GCC 10.2.
2023-10-05 19:18:05 -04:00
Alin Jerpelea
244293ce5f
Documentation: update gcc download location
...
Update GCC 10.3 download link to match the curent location
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2023-10-02 17:17:05 +08:00
Alin Jerpelea
4e93f93f30
Documentation: update gcc compiler to 10.3
...
Update the gcc compiler to 10.3-2021.10 to be able to compile the latest NuttX version
Fix for error:
arm-none-eabi-g++: error: unrecognized command line option '-std=gnu++20';
did you mean '-std=gnu++2a'?
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2023-09-28 16:14:50 +08:00
Eren Terzioglu
ded321a515
xtensa/esp32s2: Add support to TWAI/CANBus controller
2023-09-28 09:35:08 +08:00
anjiahao
ae9d9054af
zipfs:Add Documentation for zipfs
...
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-09-27 01:06:04 +08:00
Alin Jerpelea
e09aa5b7f9
Documentation: split the ReleaseNotes
...
Our releases contain links to github PR and lots of text so we
are splitting the release notes to individual files
This change should
- improve readability
- reduce the ReleaseNotes file for each release.
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2023-09-26 20:41:00 +08:00
Alin Jerpelea
4137fb5fdf
Documentation: move ReleaseNotes
...
Move the release notes under Documentation folder for future cleanup
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2023-09-26 20:41:00 +08:00
raiden00pl
3f1417ef8d
boards: add nrf9160-dk board support (nrf52840 chip)
2023-09-25 23:06:39 +08:00
raiden00pl
11a3484e86
boards: add initial support for thingy91 board (nrf9160 and nrf52840 chips)
2023-09-24 19:38:47 +08:00