raiden00pl
934602b76e
boards/thingy53: add usb example
...
The board can act as an USB composite device. For now CDCACM and RNDIS are supported.
2023-05-24 09:54:55 +08:00
raiden00pl
04fa008018
boards/nrf5340-dk: add usb example
...
The board can act as an USB composite device. For now CDCACM and RNDIS are supported.
2023-05-24 09:54:55 +08:00
raiden00pl
218aa63af3
boards/nrf53: introduce common folder
...
This is an initial step towards moving common logic for NRF53 boards into one place.
At this point, only initialization of the TIMER has been moved.
2023-05-24 00:04:28 +08:00
raiden00pl
f646664cfb
boards/nrf52: introduce common folder
...
This is an initial step towards moving common logic for NRF52 boards into one place.
At this point, only initialization of the TIMER has been moved.
2023-05-24 00:04:28 +08:00
simbit18
e4ffce3355
Fix Kconfig style
...
Remove spaces from Kconfig files
2023-05-23 00:03:25 +08:00
Xiang Xiao
7990f90915
Indent the define statement by two spaces
...
follow the code style convention
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-21 09:52:08 -03:00
raiden00pl
c497576ebf
boards/nrf53: add initial support for Thingy:53 board
2023-05-19 17:42:29 +08:00
raiden00pl
be7ee904e2
boards/nrf52: add initial support for Thingy:52 board
2023-05-19 17:42:17 +08:00
raiden00pl
3930c70954
nrf5340-dk: cosmetic
2023-05-19 01:03:18 +08:00
raiden00pl
444488fcf2
nrf5340-audio-dk: cosmetic
2023-05-19 01:03:18 +08:00
Xiang Xiao
7a8cf7ff70
Indent the include statement by two spaces
...
follow the coding style
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-16 12:34:32 -03:00
raiden00pl
7986a28216
boards/stm32h7: enable HSI48 if OTG clock is HSI48
2023-05-16 03:11:29 +08:00
simbit18
aa0cb3f76f
Fix typos (s/FRQUENCY/FREQUENCY/)
...
Fix various typos FRQUENCY -> FREQUENCY
2023-05-13 00:31:26 +08:00
raiden00pl
26536f9f55
boards/stm32f7: rework boards to not use CONFIG_STM32F7_USE_LEGACY_PINMAP=y
...
In reference to PR #8992
2023-05-12 11:43:08 +08:00
raiden00pl
0623300b49
boards/stm32h7: rework boards to not use CONFIG_STM32H7_USE_LEGACY_PINMAP=y
...
In reference to PR #8992
2023-05-12 01:04:48 +08:00
simbit18
0149fa05ad
boards/arm/tlsr82/tlsr8278adk80d/Kconfig: Fix Kconfig style
...
Remove spaces from Kconfig files
Add TABs
2023-05-10 22:51:11 +08:00
simbit18
22a5f3968e
boards/arm/sama5/jupiter-nano/Kconfig: Fix Kconfig style
...
Remove spaces from Kconfig files
Add TABs
2023-05-10 22:51:11 +08:00
simbit18
ce990081b6
boards/arm/stm32/stm32f411-minimum/Kconfig: Fix Kconfig style
...
Remove spaces from Kconfig files
Add TABs
2023-05-10 22:51:11 +08:00
raiden00pl
7ab42f115e
nucleo-h743zi/stm32_bringup: cosmetics
2023-05-10 17:59:20 +08:00
raiden00pl
0e334f0ba9
boards/nucleo-h743zi: enable HSI48 for OTG host example, otherwise it won't work
2023-05-10 17:59:20 +08:00
Filipe Cavalcanti
bf6f842aea
boards/arm/tiva: bmp280 driver binding to tm4c1294
2023-05-10 17:59:01 +08:00
Roberto Bucher
6c42928cd6
Modifications for the EMB control board
2023-05-10 03:36:23 +08:00
simbit18
fcb6c6fccc
boards/arm/samv7/common/Kconf Fix indentationig
...
Remove spaces from Kconfig
Add TABs
2023-05-10 00:45:29 +08:00
raiden00pl
f29e802ca8
stm32f4discovery: add composite device configuration
2023-05-09 00:59:54 +08:00
raiden00pl
023c0d7034
stm32f4discovery/stm32_usbmsc.c: fix SD card initialization
2023-05-09 00:59:54 +08:00
raiden00pl
09b2e9df7a
stm32f4discovery/stm32_mmcsd.c: remove redundant SCK pin configuration, it's already selected in board.h
2023-05-09 00:59:54 +08:00
raiden00pl
fbf1e859ee
nucleo-144: add composite device configuration
2023-05-09 00:59:54 +08:00
raiden00pl
64402a1c4c
nucleo-h743zi: add composite device configuration
2023-05-09 00:59:54 +08:00
Filipe Cavalcanti
9355bd9d01
boards/arm/tiva: mpu6050 driver binding to TM4C1294
...
Fixed printf warning during compilation and added MPU6050 to bringup of tm4c.
2023-05-08 11:48:06 -03:00
Xiang Xiao
325f395300
Replace all strncpy with strlcpy
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-08 09:57:01 +02:00
Xiang Xiao
6f6fce95a2
Replace all sprintf with snprintf
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-08 09:57:01 +02:00
Adam Feuer
447a0bce95
make userleds work on Arduino Due
...
- makes the 'leds' example command work:
- adds code to initialize the /dev/userleds device
- adds defconfig and docs
2023-05-06 14:57:03 +08:00
Alan Carvalho de Assis
bac304afc0
boards: Fix CONFIG_[START_DATE,START_MONTH] cannot start with 0
...
Run:
$ ./tools/refresh.sh --silent --defaults all
It will report that CONFIG_START_DATE and/or CONFIG_START_MONTH
are using invalid value starting with 0, so 03 should be 3, and so
on.
2023-05-04 10:11:36 +08:00
zouboan
e7df243a4a
boards/nucleo-f429zi: update CONFIG name to keep up with the CONFIG in arch/stm32
2023-05-03 15:05:25 -03:00
chao an
5945f080b9
boars/spawn_proxy: remove all CONFIG_POSIX_SPAWN_PROXY_STACKSIZE
...
Signed-off-by: chao an <anchao@xiaomi.com>
2023-04-27 17:35:58 +08:00
SPRESENSE
307839ab6d
drivers/spi/spi_bitbang: Add private data on spi_bitbang
...
Add private data for spi_bitbang low-level driver to add an instance
specific private data.
And add spi_destroy_bitbang() to clean up a driver instance.
2023-04-27 17:06:14 +08:00
Peter van der Perk
33d6c1bb72
Update config for nuttx-apps#1558
2023-04-25 18:24:50 +08:00
ldube
16f1dcf2a7
Update boards/arm/tiva/tm4c1294-launchpad/src/tm4c_reset.c
...
Co-authored-by: hartmannathan <59230071+hartmannathan@users.noreply.github.com>
2023-04-25 15:25:34 +08:00
Lwazi Dube
d94d2aad9e
tm4c1294-launchpad: Add reboot support.
2023-04-25 15:25:34 +08:00
Masayuki Ishikawa
037dcbf7cc
boards: sabre-6quad: Add netnsh_ar8031 configuration
...
Summary:
- This commit adds sabre-6quad:netnsh_ar8031 configuration
Impact:
- None
Testing:
- Tested with ping, telnet, iperf
- Note that iperf in TCP mode still has a performance issue.
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2023-04-25 11:45:19 +08:00
Xiang Xiao
51dc67ad5f
fs: Add g_ prefix for all global file_operations instances
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-04-24 16:13:29 +02:00
Denis Tolstov
ec3355a518
boards/stm32f411-minimum: Add support for USB mass storage (gadget)
...
* Bind smartfs0 to LUN 0 instead of mmcsd0
* Use USB composite code from similar boards
* Pull in CDC/ACM code as well
boards/stm32f411-minimum: composite: style refactor
* Unalign `int strbase = ` text, use single spaces
* Rename `int n` to `int dev_idx` like in newer `_composite.c` board code
* Add composite defconfig with CDC/ACM and MSC for build-testing
2023-04-22 01:45:19 +08:00
Denis Tolstov
da53c294b6
boards/stm32f411-minimum: Add optional onboard flash support
...
* Enable W25Q64 on SPI1 and use SMARTFS (using code from similar boards)
* Set defconfig dates to something more recent
2023-04-22 01:45:19 +08:00
Denis Tolstov
f09f167592
boards/stm32f411-minimum: Add README.txt
2023-04-22 01:45:19 +08:00
Denis Tolstov
b62db2b095
boards/stm32f411-minimum: Unmap USBHOST GPIOs
...
* OTG_FS_VBUS, OTG_FS_ID conflict with USART1. These are not
connected to USB-C in any WeAct Studio MiniF4 board revisions.
* PC9 PWRON & PD5 OVER do not exist on UFQFPN48.
2023-04-22 01:45:19 +08:00
raiden00pl
d3fd1f50aa
boards/nrf5340-dk: add RPMSG HCI controller support and examples
2023-04-22 01:37:24 +08:00
raiden00pl
760e02977f
boards/nrf5340-dk: add procfs support
2023-04-22 01:37:24 +08:00
raiden00pl
4f86a62f91
boards/nrf52840-dk: add MX25 QSPI memory support
2023-04-22 01:12:27 +08:00
Huang Qi
d6c56e7105
driver/telnet: Remove TELNET_CHARACTER_MODE
...
If TELNET_CHARACTER_MODE is set, the ECHO must be handled by the telnet server.
So this option is useless. We need a new approach to control the ECHO behavior.
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2023-04-22 01:03:51 +08:00
simbit18
6ca0f90d43
nuttx/boards /arm/cxd56xx/drivers/sensors/Kconfig: Fix bmp280 texts in Kconfig
...
Fix SENSORS_BMP280_SCU texts in Kconfig
2023-04-21 11:12:28 +02:00