Xiang Xiao
6783051aed
Fix the wrong comment banner
...
"Private Type"->"Private Types"
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-03 17:50:35 +01:00
raiden00pl
ac5c47fcb6
nrf52832-dk: add timer example
2023-12-03 05:47:07 -08:00
chao an
7b1f22ca18
xmc4/spi: fix typo
...
Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-30 06:16:09 -08:00
Rodrigo Sim
14000d077d
seeed-xiao-rp2040: Add initial board support
2023-11-29 19:32:22 -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
Takumi Ando
e11627d0fb
boards: Use MS56XX instead of MS5611
...
Signed-off-by: Takumi Ando <t-ando@advaly.co.jp>
2023-11-28 16:48:50 -03:00
Rodrigo Sim
89ddb2f709
stm32f401rc-rs485: Add sdcard support
2023-11-25 23:16:44 -08:00
guotong ma
6c25d2a2f5
fix f401rc flash size.
2023-11-23 08:15:06 -08:00
hujun5
1a65f5ed88
sched_lock refine: remove sched_[un]lock in xxx_waitsample
...
Signed-off-by: hujun5 <hujun5@xiaomi.com>
2023-11-21 20:03:43 -08:00
Xiang Xiao
eddd90de78
poll: pollsetup should notify only one fd passd by caller
...
since it's redundant to iterate the whole fds array in setup
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-11-21 09:07:17 +01:00
Rodrigo Sim
a3e3e0b1ec
stm32f401rc-rs485: Add buttons support
2023-11-18 17:07:32 -08:00
raiden00pl
014029c649
boards: add support for ODrive V3.6 board
2023-11-18 17:07:20 -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
raiden00pl
ca88513a0c
boards/nrf9160-dk: enable GNSS for modem_ns config
2023-11-16 20:32:41 -08:00
raiden00pl
c53211afb9
boards/nrf9160-dk: add board specific modem configuration
2023-11-16 20:32:41 -08:00
raiden00pl
b14b8c6db3
boards/thingy91: add board specific modem configuration
2023-11-16 20:32:41 -08:00
Masayuki Ishikawa
991c5029a0
boards: sabre-6quad: Fix cxxtest issue
...
Summary:
- Fixes a linker issue in https://github.com/apache/nuttx/pull/8244 by disabling compiler optimization.
- Adjusts CONFIG_DEFAULT_TASK_STACKSIZE to 4096 to ensure proper functioning of cxxtest.
Impact:
- The changes may slightly affect performance due to disabled optimizations
but are necessary for cxxtest stability.
Testing:
- Successfully tested on QEMU-8.1.2 with arm gcc 12.3.Rel1,
confirming resolution of the linker issue and stable operation of cxxtest.
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-11-15 03:52:26 -08:00
raiden00pl
c0ffcca0e8
boards: remove obsolete CONFIG_EXAMPLES_FOC_IPHASE_ADC option
2023-11-15 03:43:25 -08:00
raiden00pl
99513ac23e
drivers/foc: return scaling factor for phase currents and BEMF via ioctl
...
These values are board-specific properties that must be known on the application side.
Until now, these values had to be hardcoded on the application side.
2023-11-14 04:34:49 -08:00
raiden00pl
7d99f01cf7
drivers/foc: get hardware information via lower-half interface
2023-11-14 04:34:49 -08:00
Takumi Ando
c076cb1bef
rp2040: pwm: Fix errors at CONFIG_PWM_NCHANNELS=1
...
Perhaps it has never been tested with CONFIG_PWM_NCHANNELS=1.
Signed-off-by: Takumi Ando <t-ando@advaly.co.jp>
2023-11-13 11:40:22 +01:00
Rodrigo Sim
66ccaed5ce
stm32f4/stm32f401rc-rs485: add support to userleds
2023-11-12 16:58:31 -08: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
Janne Rosberg
7f48c185c8
sama5d2-xult: add support for QSPI flash and nxffs
...
Add support for onboard qspi flash with nxffs fs
Signed-off-by: Janne Rosberg <janne.rosberg@offcode.fi>
2023-11-09 23:59:33 +08:00
raiden00pl
ede4b6b0ab
boards/b-g431b-esc1: rework board to not use CONFIG_STM32_USE_LEGACY_PINMAP=y
2023-11-03 22:25:46 +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
SPRESENSE
2f1b4a49ce
boards: cxd56xx: Register cxd5610 gnss driver
...
Register device file for cxd5610 gnss driver.
2023-10-31 09:18:18 +01:00
SPRESENSE
0ee2bb51b8
boards: cxd56xx: Add cxd5610 gnss lowerhalf driver
...
Add cxd5610 gnss lowerhalf driver with i2c interface.
2023-10-31 09:18:18 +01:00
SPRESENSE
f49fa466b6
boards: cxd56xx: Add cxd5610 gnss driver
...
Add cxd5610 gnss driver as board-specific sensor driver.
2023-10-31 09:18:18 +01: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
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
d77dff786b
fix broken CI
...
rename missing CONFIG_SYSTEM_RAMTEST to CONFIG_TESTING_RAMTEST
2023-10-26 14:51:01 -03:00
chenrun1
de17f43481
boards:Modify test "ramtest" path
...
Based on the PR#2161 change, we need to modify the macro switch in most boards to configure ramtest.
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
2023-10-26 13:17:35 +02:00
simbit18
37729540c0
Fix Kconfig style
...
Remove spaces from Kconfig
Add comments
2023-10-26 01:53:58 +08:00
chao an
3cadf6642a
kernel: replace all usleep to nxsig_usleep in kernel space
...
syscall cannot be called from kernel space
Signed-off-by: chao an <anchao@xiaomi.com>
2023-10-25 15:46:03 +08:00
Alan Carvalho de Assis
95800a7f54
boards: Rename shiftgame to brickmatch
...
This patch will rename the shiftgame to brickmatch and will add
support to initialize brickmatch automatically on esp32-devkitc.
2023-10-24 13:54:32 +08:00
Rodrigo Sim
21ba49408c
boards/stm32: add support to STM32F401RC-RS485 board
...
The STM32F401RC-RS485 is a board with RS485 support, SD Card, buttons,
leds, temperature sensor, adc and etc.
Signed-off-by: Rodrigo Sim rcsim10@gmail.com
2023-10-23 14:28:27 +08:00
GD32-MCU
6e94f7432f
add gd32f470i board support
2023-10-21 11:45:03 -03:00
chao an
fa943c11b3
cmake: correct cmake rule file name
...
The rule of cmake file name should be CMakeLists.txt not CMakeList.txt
Signed-off-by: chao an <anchao@xiaomi.com>
2023-10-21 11:00:27 +08:00
Xiang Xiao
04f834290c
ucans32k146/se05x: Refresh defconfig after https://github.com/apache/nuttx-apps/pull/2131
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-10-19 12:37:42 +08:00
makejian
7d6c529e88
sim/crypto: Use mbedtls default configuration without special check
...
depends on patch https://github.com/apache/nuttx-apps/pull/2131
Signed-off-by: makejian <makejian@xiaomi.com>
2023-10-18 21:18:42 +08: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
Philippe Leduc
f38cdb09b4
Add support for SPI through i.MX8MP ecspi module.
...
Configure SPI for Verdin evaluation board
2023-10-09 18:04:50 -04:00
raiden00pl
dbe10a0fc8
boards: simplify the enable condition for up_perf_init
2023-10-03 12:53:10 +08:00
Hank Wu
f144169f44
Initialize led driver during bringup for nucleo-f446re board.
2023-10-01 19:33:55 +08:00
raiden00pl
cb04c0a928
boards/nrf52: remove CONFIG_ARMV7M_SYSTICK form tickless configurations
2023-09-29 21:02:46 +08:00
raiden00pl
3f1417ef8d
boards: add nrf9160-dk board support (nrf52840 chip)
2023-09-25 23:06:39 +08:00
Xiang Xiao
29ec45036d
boards/arm/tlsr82: Fix apps/testing/ostest/setvbuf.c:48: undefined reference to `fopen'
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-09-24 19:32:55 -04:00
raiden00pl
7f2fe65749
thingy53: assign separate TWI instances to SPI and I2C
2023-09-24 19:41:31 +08:00
raiden00pl
064f311a9d
thingy53: cosmetics
2023-09-24 19:41:31 +08:00