Alan Carvalho de Assis
8d7d687e86
Add support to transparent OLED SSD1309
...
This patch adds support to transparent OLED powered by SSD1309.
SSD1309 uses the driver from SSD1306.
Signed-off-by: Alan C. Assis <acassis@gmail.com>
2024-05-27 23:38:37 +08:00
simbit18
c6475935ea
doc: corrected board names
...
ST Nucleo F401RE -> ST Nucleo F411RE
ST Nucleo F410RB -> ST Nucleo F412ZG
2024-05-21 12:46:06 -03:00
Jorge Guzman
7044e38cc7
stm32h7/linum-stm32h753bi: add support to ethernet connection
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-05-19 10:25:50 -03:00
Rodrigo Sim
8fb458b7fe
board/stm32f401rc-rs485: Add support to ultrasonic sensor HC-SR04
...
Signed-off-by: Rodrigo Sim rcsim10@gmail.com
2024-05-19 10:21:23 -03:00
yinshengkai
e6ed8c6782
sim: add sqlite config
...
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-05-17 10:19:31 -03:00
Tiago Medicci Serrano
c412dadcb9
esp32c3/wifi: Add support for the Wi-Fi in ESP32-C3
...
This commit introduces support for both station and softAP modes.
2024-05-14 22:10:45 +08:00
Tiago Medicci Serrano
2c4963dcd6
esp32c6/wifi: Add support for the Wi-Fi in ESP32-C6
...
This commit introduces support for both station and softAP modes.
2024-05-14 22:10:45 +08:00
Alan Carvalho de Assis
1f3c47754d
boards/stm32h7: Add initial support to WeAct STM32H743
...
Signed-off-by: Alan C. Assis <acassis@gmail.com>
2024-05-12 21:36:13 +08:00
YAMAMOTO Takashi
b049b490b8
esp32-devkitc/wamr_wasi_debug: fix image size in an example
2024-05-08 23:45:05 +08:00
simbit18
8de8308bb4
Documentation/Documentation/platforms/arm/gd32f4/boards/gd32f470zk-eval: gd32f470z_eval.png Remove the execute permissions on the updated files.
2024-05-08 11:03:05 -03:00
chenwen@espressif.com
3a9d163aae
esp32_c3/pm: Fix assert issue in PM mode
...
1. Adjust code to avoid PM wakelock->count less than or equal to 0.
2. Fix some document format issues.
Signed-off-by: chenwen@espressif.com <chenwen@espressif.com>
2024-05-07 15:45:32 +08:00
nuttxs
8d3d93e001
Add ESP32-S3 ADC driver
2024-05-07 01:12:05 +08:00
Inochi Amaoto
4b12062667
Documentation/rv-virt: add required minimal QEMU version information
...
Since SSTC is support by QEMU 7.2.9, kernel mode nuttx is no
longer worked for older QEMU.
Add necessary requirement information for rv-virt board.
Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
2024-05-04 13:24:04 +08:00
Eren Terzioglu
d62dca0696
esp32[c3|c6]: Fix chipname on docs
2024-05-02 23:35:29 +08:00
Jorge Guzman
4f2f5e1c5e
stm32l4/doc: fix b_l475e_iot01a documentation board
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-05-02 16:01:36 +08:00
Jorge Guzman
b4d977715e
stm32h7/linum-stm32h753bi: Add support to usbmsc with sdcard
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-05-02 16:00:47 +08:00
Eren Terzioglu
891d67bb5e
esp32[c3|h2|c6]: Add support to TWAI/CANBus controller
2024-04-30 10:03:22 +08:00
Rodrigo Sim
6ad202ee4c
board/stm32f401rc-rs485: Add support to Mass Storage
...
Signed-off-by: Rodrigo Sim rcsim10@gmail.com
2024-04-30 00:05:09 +08:00
Rodrigo Sim
2c0dac8691
board/stm32f401rc-rs485: Add support to RNDIS
...
Signed-off-by: Rodrigo Sim <rcsim10@gmail.com>
2024-04-29 10:07:56 +08:00
Jorge Guzman
4b3ef4d1fc
stm32h7/linum-stm32h753bi: Add support to rndis(etherver over usb)
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-04-29 10:07:20 +08:00
Inochi Amaoto
49b3f52db1
arch/riscv/qemu-rv: replace M-mode init code with SBI in kernel build
...
The qemu-rv use a small init code for M mode in kernel build.
It is hard-coding and is difficult to change. Due to the fact,
introduce a already mature SBI implement (e.g OpenSBI) to
replace existing code is a better choice.
This patch introduce some change for qemu-rv:
1. use SSTC to provide time interrupt in kernel build
2. remove uncessary M mode trap.
For simplicity, this patch does not add support for booting
nuttx for any core, but force boot core to start core 0 and
let core 0 do the initialization.
Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
2024-04-27 22:09:22 -03:00
chenwen@espressif.com
ea5583b112
xtensa/esp32s3: Support ESP32-S3 PM standby and sleep.
...
1. pm configuration demonstrates the use of power management present on the ESP32-S3.
2. You can use the pmconfig command to test the power management, for details look at
``Documentation/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.rst``
Signed-off-by: chenwen@espressif.com <chenwen@espressif.com>
2024-04-25 13:43:15 +08:00
Tiago Medicci Serrano
5ff6362d0f
Documentation: improve documentation about ESP32 family
...
In particular, sections regarding the toolchain setup and usage
were updated, as well as the bootloader options. Also, minor issues
were fixed.
2024-04-22 23:45:22 +08:00
Michael Jung
3739a233b7
rp2040/w5500-evb-pico: Add documentation
...
Signed-off-by: Michael Jung <michael.jung@secore.ly>
2024-04-21 11:11:09 +08:00
Ville Juven
252b4a4094
imx93-evk/README.txt: Update instructions
...
It is advisable to set bootdelay to 0 when using bootcmd to disable
dcache on u-boot. Using bootdelay -1 will definitely work as it disables
bootcmd altogether (and leaves the dcache enabled). This step is added
to remove confusion.
2024-04-19 20:12:03 +08:00
Jorge Guzman
5e3cbd1165
stm32h7/linum-stm32h753bi: Add support to littlefs and nxffs with flash mem. via quadspi
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-04-15 13:24:55 +08:00
Emmanuel Ferdman
4847587cf2
Documentation: update broken links
2024-04-10 15:17:53 -03:00
vela-mib
9847c6219d
add libuv and cmocka test cases with file system on sim and qemu on CI
...
Signed-off-by: vela-mib <vela-mib@xiaomi.com>
2024-04-10 14:46:53 +08:00
Jorge Guzman
de29fe3102
stm32h7/linum-stm32h753bi: add support to zmodem
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-04-07 09:06:04 +08:00
Jorge Guzman
0fae71f239
stm32h7/linum-stm32h753bi: fixed leds example
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-04-03 10:15:29 -03:00
Jorge Guzman
62e1af457d
stm32h7/linum-stm32h753bi: add support to leds
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-04-01 13:24:05 -03:00
chenwen@espressif.com
ffc7442af2
xtensa/esp32s3: Add ESP32-S3 AES driver
...
1. Support AES-128/AES-256 encryption and decryption
Signed-off-by: chenwen@espressif.com <chenwen@espressif.com>
2024-03-28 09:34:04 +08:00
Eren Terzioglu
9bf72d95d9
Docs/esp32c6: Rename esp32c6-devkit as esp32c6-devkitc
2024-03-26 09:43:08 +08:00
Eren Terzioglu
ce9e298fa0
Docs/esp32c6: Add ESP32C6-DevKitM documentation
2024-03-26 09:43:08 +08:00
mishuaishuai
22877e0fa5
add two new gd32f4 boards
...
modify format
add two new boards doc
modify bug
Signed-off-by: mishuaishuai <wangshuai26@xiaomi.com>
2024-03-22 13:22:20 +08:00
Stuart Ianna
401b3e682c
arch/risc-v/litex: Allow FDT to be passed from previous boot change.
...
Allows a flattened device tree to be passed from either openSBI or the LiteX bios. The FDT is registered can be used, if supported.
2024-03-20 20:53:17 +08:00
Ville Juven
a7713af0ef
arm64/imx9: Add board for imx93-evk
...
Adds board definition for imx93-evk board
- Support for the Cortex-A55 core in i.MX93, support for the Cortex-M33
core is _not_ provided
- "nsh" profile is provided, this includes a minimalistic feature set
which boots the SoM to nsh console
- A bootloader is required, u-boot has been tested
2024-03-20 20:13:14 +08:00
Jorge Guzman
8e0bf9a0b4
stm32h7/linum-stm32h753bi: Add buzzer support
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-03-18 13:48:59 +08:00
Rodrigo Sim
a7ba822389
board/stm32f401rc-rs485: Add support to Quadrature Encoder
...
Signed-off-by: Rodrigo Sim <rcsim10@gmail.com>
2024-03-17 10:00:57 -03:00
Marco Casaroli
d048caf1d2
arch/esp32 add openeth mac driver
...
This driver is used with QEMU, to make it possible
to use networking.
This is not the MAC in ESP32, however, it can be used with QEMU.
The code was shamelessly copied from 31dac92e5f
2024-03-12 08:31:06 -03:00
Eren Terzioglu
61689237f6
docs/esp32c6: Add spiflash docs for esp32c6
...
docs/esp32c6: Remove sotest docs esp32c6
docs/esp32c3: Add spiflash docs esp32c3
docs/esp32c3: Remove sotest docs esp32c3
docs/esp32h2: Add spiflash docs esp32h2
docs/esp32h2: Remove sotest docs esp32h2
2024-03-11 22:57:10 +08:00
Rodrigo Sim
82d3ffc3b0
board/stm32f401rc-rs485: Add support to PWM/DAC
...
Signed-off-by: Rodrigo Sim <rcsim10@gmail.com>
2024-03-11 10:11:45 +08:00
raiden00pl
8210604886
boards/stm32h7: add Waveshare OpenH743I board
2024-03-10 01:47:39 +08:00
Jorge Guzman
4b5ad956c3
stm32h7/linum-stm32h753bi: Add support to eeprom using the i2c3
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-03-07 01:55:56 +08:00
Michal Lenc
44a087111d
samv7: add support for USART TX DMA transfers
...
This commit adds support for TX DMA transfers for USART peripheral. Code
refactor in sam_serial.h was also required in order to have correct
defines for all possible cases (both RX and TX DMA used, just one used,
none used).
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-03-05 09:48:03 +08:00
Tiago Medicci Serrano
e287ed9090
documentation: implement on-demand paging for RISC-V devices
...
It documents how the on-demand paging was implemented for RISC-V
devices and how it can be extended to other architectures.
2024-03-05 09:45:49 +08:00
Rodrigo Sim
634b605476
board/stm32f401rc-rs485: Add support to ADC
...
Signed-off-by: Rodrigo Sim <rcsim10@gmail.com>
2024-03-03 12:03:18 -03:00
Jorge Guzman
d11f5b4763
stm32h7/linum-stm32h753bi: Add support to sdcard
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-03-03 10:24:42 -03:00
Jorge Guzman
b0e382be5f
stm32h7/linum-stm32h753bi: Add USB console support
...
This commit adds support to use NSH over USB without
connecting an external USB/Serial adapter.
Signed-off-by" Jorge Guzman jorge.gzm@gmail.com
2024-02-25 16:27:57 -03:00
Rodrigo Sim
1647a596fe
board/stm32f401rc-rs485: Add support to LM75 sensor
2024-02-24 19:01:42 -08:00