halyssonJr
b832638b15
add support to LTDC for Linum board
2024-08-19 16:44:53 +08:00
Nonpawit Ekburanawat
01bac59cb7
Add STM32H745I-DISCO Per Core Support
...
- New defconfig for nsh CM4 and CM7
- New linker script for cm4
- Update linker script to include shared memory and condition for flash size
- Update Make and CMake file to compile according to core
- Added UART7 pin by default for CM4 serial output
- Changed userled configuration to fix error
Signed-off-by: Nonpawit Ekburanawat <nonpawit.ek@gmail.com>
2024-08-09 01:58:51 +08:00
Roberto Bucher
f5df946676
Additional encoder for F7 and added functions for TimerHook for F745 and H745 and H743
2024-08-02 20:26:06 +08:00
Nonpawit Ekburanawat
7a9418c82c
Enable SMPS for STM32H745I-DISCO by default
2024-07-27 22:57:46 +08:00
Jorge Guzman
cb64096da6
board/linum-stm32h753bi: Add support to external sdram
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-07-20 19:53:19 -03:00
Jorge Guzman
738a30a421
stm32h7/linum-stm32h753bi: add support to qencoder
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2024-07-09 21:19:54 -03:00
Alan Carvalho de Assis
82946d0d5f
net: Enable ICMP by default if IPv4 is enabled
...
Signed-off-by: Alan C. Assis <acassis@gmail.com>
2024-07-09 17:08:27 +08:00
Tiago Medicci Serrano
96f83bb03a
net: Enable CONFIG_NET_ARP_SEND
by default
...
Enable logic to send ARP requests if the target IP address mapping
does not appear in the ARP table.
Please check the comment in https://github.com/apache/nuttx/issues/12446#issuecomment-2145856778
2024-06-06 02:40:16 +08: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
simbit18
d1789d84e8
fix nxstyle
...
fix Relative file path does not match actual file.
2024-05-13 22:24:36 +02: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
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
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
Xu Xingliang
62c2b3e1ec
lvgl: update existing config to use lvgl v9
...
These configs are changed based on below rules.
1. always enable +CONFIG_LV_USE_NUTTX=y
2. If touchpad is used, enable +CONFIG_LV_USE_NUTTX_TOUCHSCREEN=y
3. enable log by +CONFIG_LV_USE_LOG=y
4. If -CONFIG_LV_MEM_CUSTOM=y previously defined, replace it with +CONFIG_LV_USE_CLIB_MALLOC=y +CONFIG_LV_USE_CLIB_SPRINTF=y +CONFIG_LV_USE_CLIB_STRING=y
5. If -CONFIG_LV_PORT_USE_FBDEV=y, default config is for fbdev. If -CONFIG_LV_PORT_USE_LCDDEV=y, +CONFIG_LV_USE_NUTTX_LCD=y
6. Remove all -CONFIG_LV_TICK_CUSTOM=y -CONFIG_LV_TICK_CUSTOM_INCLUDE="port/lv_port_tick.h"
7. If -CONFIG_LV_PORT_LCDDEV_DOUBLE_BUFFER=y, replace it with CONFIG_LV_NUTTX_LCD_DOUBLE_BUFFER=y. For fbdev, double buffer is automatically detected.
8. If -CONFIG_LV_COLOR_16_SWAP=y, need to upgrade the LCD driver to support hardware byte order swap.
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-29 10:06:43 +08:00
simbit18
7677f10d3f
fix nxstyle
...
fix Relative file path does not match actual file.
2024-04-16 19:09:12 +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
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
chao an
446e0280b0
arm/stm32f7: fix ci build break
...
1.
In file included from chip/stm32_rtc.c:31:
chip/stm32_rtc.c: In function 'rtchw_set_alrmar':
chip/stm32_rtc.c:761:11: warning: format '%x' expects argument of type 'unsigned int',
but argument 3 has type 'uint32_t' {aka 'volatile long unsigned int'} [-Wformat=]
761 | rtcinfo(" ALRMAR: %08x\n", getreg32(STM32_RTC_ALRMAR));
| ^~~~~~~~~~~~~~~~~~
chip/stm32_rtc.c:761:25: note: format string is defined here
761 | rtcinfo(" ALRMAR: %08x\n", getreg32(STM32_RTC_ALRMAR));
| ~~~^
| |
| unsigned int
| %08lx
2.
arm-none-eabi-ld: staging/libdrivers.a(userled_lower.o): in function `userled_setled':
drivers/leds/userled_lower.c💯 undefined reference to `board_userled'
Regression:
stm32h7/linum-stm32h753bi: add support to leds
Signed-off-by: chao an <anchao@lixiang.com>
2024-04-02 15:42:32 +08: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
GC2020
4185539fa5
fix build error
2024-03-26 17:53:45 +08:00
GC2020
f11bdc0cbc
stm32h7/linum-stm32h753bi: Add FDCAN support
2024-03-26 17:53:45 +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
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
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
Jorge Guzman
97724cbe6c
stm32h7/linum-stm32h753bi: add modbus master using uart6
2024-02-21 07:20:08 -08:00
Roberto Bucher
4a04c22147
STM32-H745 files for pysimCoder
2024-02-10 20:01:12 -03:00
Roberto Bucher
31817335e4
Modified CONFIG_INIT_STACKSIZE to 2048
2024-02-07 10:17:33 -05:00
Xiang Xiao
1e3914ec9d
rptun: Remove the unused shmemname field and argument
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-02-04 09:54:05 +01:00
Xiang Xiao
43d51cd4fc
arch: Remove the identity mapping of up_addrenv_va_to_pa and up_addrenv_pa_to_va
...
and reuse the reuse the implementation from:
drivers/misc/addrenv.c
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-02-04 09:54:05 +01:00
wangyongrong
201a040f56
defconfig: change CONFIG_RPTUN_PING to CONFIG_RPMSG_PING
...
Signed-off-by: wangyongrong <wangyongrong@xiaomi.com>
2024-01-30 04:08:59 -08:00
Bowen Wang
514f020ace
nucleo-h745zi/stm32_bringup.c: the cpuname should be the remote cpu name
...
The share memory name should be same, and the cpuname is the remote
cpu name.
Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2024-01-08 19:53:54 +01:00
Xiang Xiao
b9bd88d9d3
rptun: Select OPENMAP under RPTUN
...
to simplify the IPC related configuration
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-28 11:08:57 +08:00
simbit18
c494ce4a96
Update kconfig2html.c
...
Fix nuttx coding style
2023-12-14 20:02:52 -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
David Sidrane
d31214aa25
stm32h7:ADC STM32_RCC_D3CCIPR_ADCSEL->STM32_RCC_D3CCIPR_ADCSRC
2023-12-07 03:50:40 -08:00
wangmingrong
02936df943
stm32h7: fix config conflict
...
if defined(CONFIG_NSH_LIBRARY) && !defined(CONFIG_BOARDCTL) conflict
Signed-off-by: wangmingrong <wangmingrong@xiaomi.com>
2023-12-06 07:57:14 -08:00
chao an
4540dd4718
stm32/clang: enable LIBM avoid build break on clang-17
...
Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-29 03:58:05 -08:00
Jorge Guzman
46b8b057da
linum-stm32h753bi: Add support to RTC and alarm
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2023-11-18 18:38:41 -03:00
Jorge Guzman
82af87f896
stm32h7/linum-stm32h753bi: Added suport to userlerds library.
...
Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
2023-11-11 20:02:53 -08:00
yinshengkai
d0a5489ac5
sched: explicitly select the cpuload clock source configuration
...
Different configurations require different dependencies.
Explicitly select dependencies to avoid automatically selecting inappropriate configurations.
Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2023-11-01 09:27:56 +08:00
Jorge Guzman
66df15b965
boards/stm32: add support to LINUM-STM32H753BI board
...
The LINUM-STM32H753BI is a board with RS485, RS232, SD Card, CAN,
SD Card, USB, Ethernet, LCD, etc.
Signed-off-by" Jorge Guzman jorge.gzm@gmail.com
ci: correction in nsh defconfig file of LINUM-STM32H753BI
2023-10-30 13:56:40 -03:00
Alan Carvalho de Assis
444b6d9635
boards: Update all boards that were using CONFIG_NET_LL_GUARDSIZE=50
2023-10-16 08:55:21 +08:00
raiden00pl
59cf80cf90
boards/nucleo-h745zi: access CM4 core NSH over uart rpmsg
...
Command on the CM7 core:
nsh-cm7> cu -l /dev/ttyproxy
NuttShell (NSH) NuttX-10.4.0
nsh-cm4>
2023-09-22 19:46:26 +08:00
Xiang Xiao
8dbe86084e
Remove FAR from source code under 32bit arch and board
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-09-16 19:12:13 +03:00
zhangyuan21
0efd4d0e12
usbdev: Split usbdev descriptor information
...
The class device only handles descriptor information specific to the class,
and shared descriptor information is passed through parameters and
handled by the composite driver.
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-09-06 02:29:32 +08:00
Alan Carvalho de Assis
c27c33e9a9
Run refresh.sh to update all board configs
2023-09-02 14:45:44 +08:00
chao an
664927c86e
mm/alloc: remove all unnecessary cast for alloc
...
Fix the minor style issue and remove unnecessary cast
Signed-off-by: chao an <anchao@xiaomi.com>
2023-08-30 14:34:20 +08:00