krzysztof-cabaj
0082755eaa
boards/stm32l476g-disco: add board doc page
2024-06-07 12:17:51 +02:00
krzysztof-cabaj
4ae90aaae6
boards/stm32l476g-disco: enable cpy2remed
2024-06-07 11:28:07 +02:00
gzordrai
c6d7b13a0a
boards/b-l072z-lrwan1: add missing adc feature
2024-06-06 01:17:51 +02:00
mguetschow
2576649b52
Merge pull request #20700 from maribu/features/netif-cleanup
...
build system: clean up netif features
2024-06-03 12:40:35 +00:00
benpicco
266a8405e9
Merge pull request #20717 from krzysztof-cabaj/nucleo-f303ze-pinout
...
boards/nucleo-f303ze: add pinout
2024-06-03 11:59:19 +00:00
Marian Buschsieweke
47f52bd750
build system: provide netif_ethernet implicitly
...
If there is an Ethernet peripheral (periph_eth feature provided), we
can conclude that an Ethernet network interface can be provided.
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
2024-06-03 12:25:21 +02:00
Dylan Laduranty
a67793d601
Merge pull request #20279 from keestux/add-sara-sff-status
...
boards/sodaq-sara-sff: add status pin for SARA
2024-06-01 20:47:45 +00:00
Kees Bakker
08862b2e65
boards/sodaq-sara-sff: add status pin for SARA
2024-06-01 14:04:09 +02:00
krzysztof-cabaj
64a6adef84
boards/nucleo-f303ze: add pinout diagram to documentation page
2024-05-31 19:43:41 +02:00
krzysztof-cabaj
0d5b3a2cd4
boards/nucleo-l496zg: add pinout to board documentation
2024-05-29 11:47:26 +02:00
krzysztof-cabaj
ea1dfbc8d3
boards/nucleo-l4r5zi: add pinout to board doc page
2024-05-29 09:47:52 +02:00
Marian Buschsieweke
9187d16c78
features.yaml: s/esp_eth/periph_eth/
...
Use periph_eth instead of esp_eth for the Ethernet peripheral on ESP
MCUs for consistency
2024-05-28 20:59:29 +02:00
Marian Buschsieweke
8e375548ad
build system: provide netif feature implicitly
...
If a board already provided a netif_% feature (currently only
netif_ethernet), the netif feature is automagically provided.
2024-05-28 20:53:52 +02:00
Marian Buschsieweke
798793e60a
build system: add netif_openwsn feature
...
Boards / MCUs now provide the newly introduced netif_openwsn feature
if they have a network interface supported by OpenWSN.
2024-05-27 22:56:37 +02:00
Marian Buschsieweke
8ebc102780
build system: rename ethernet feature into netif_ethernet
...
The `ethernet` feature has not yet been used, so renaming it should not
cause any issue.
The goal is to eventually have a number of `netif_<type>` features that
would allow filtering boards by the time of connectivity the have.
2024-05-24 22:38:59 +02:00
krzysztof-cabaj
2bf93b6fed
boards/nucleo144: fix I2Cs row name in MCU tables
2024-05-24 11:02:14 +02:00
benpicco
3f29f88743
Merge pull request #20668 from bmewen/master
...
boards/arduino-nano-33-ble-sense: add support for arduino-nano-33-ble-sense
2024-05-23 15:21:40 +00:00
Marian Buschsieweke
77dfc7e2a5
boards/esp32*: move saul_gpio dep to board level
...
The ESP32 Ethernet Kit has only a single GPIO pin exposed to SAUL via
`saul_gpio`, but that GPIO doubles as PHY clock input when `esp32_eth`
is used. Hence, the `saul_gpio` dep should be optional and only kick
in when `esp32_eth` is not used.
2024-05-22 13:38:33 +02:00
Marian Buschsieweke
97a6543c10
tree-wide: Introduce netif feature and use it
...
This gets rid of a long list of boards with network interfaces and
instead let's boards (or MCUs with peripheral network interfaces)
provide the netif feature.
The apps that before used the long list are not depending on the
feature instead (in case of the default example, this is an
optional dependency).
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
Co-authored-by: mewen.berthelot <mewen.berthelot@orange.com>
2024-05-22 10:39:56 +02:00
krzysztof-cabaj
c634b52115
boards/nucleo-l452re: add pinout to the board documentation page
2024-05-17 11:11:32 +02:00
mewen.berthelot
368543b6dd
boards/arduino-nano-33-ble-sense: add support for arduino-nano-33-ble-sense
2024-05-16 15:42:30 +02:00
krzysztof-cabaj
d6d22dd97d
boards/nucleo-f722ze: doc update
2024-05-14 23:04:02 +02:00
Joshua DeWeese
4ed36bf871
boards/nucleo-f767zi: increase ADC clock speed
...
This patch increases the board's ADC clock speed to the MCU's maximum
speed.
2024-05-10 22:07:11 -04:00
benpicco
9614813ba7
Merge pull request #20653 from krzysztof-cabaj/doc-boards-editorial-fixes
...
doc/boards: fix minor editorial mistakes
2024-05-09 08:17:59 +00:00
krzysztof-cabaj
e4d7331398
boards/nucleo-u575zi-q: fix wrong board number - l552ze-q to u575zi-q
2024-05-07 17:11:57 +02:00
krzysztof-cabaj
a3a9c9142e
boards/c031c6: add pinout to board doc page
2024-05-07 15:46:16 +02:00
krzysztof-cabaj
bbe25cd247
boards/stm32f469i-disco: fix inch sign which corrupts bottom of doc
2024-05-07 09:59:31 +02:00
Marian Buschsieweke
751d96fe04
Merge pull request #20643 from maribu/mulle/fixup
...
boards/mulle: fix flashing
2024-05-06 13:49:54 +00:00
Marian Buschsieweke
08cdf37908
Merge pull request #20649 from maribu/boards/waspmote-pro/deprecate
...
boards/waspmote-pro: deprecate board
2024-05-06 13:49:07 +00:00
Dylan Laduranty
2d5e453c7c
Merge pull request #20621 from dylad/pr/sam0/doc_update
...
boards: Update SAM0-based documentation
2024-05-06 11:41:40 +00:00
krzysztof-cabaj
5f5181e36d
boards/nucleo-f767zi: fix missing ending bracket in ADCs descritpion
2024-05-06 11:11:57 +02:00
Dylan Laduranty
c68b1fea7f
boards/samd20-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:48 +02:00
Dylan Laduranty
ff8aa43c94
boards/samd10-xmini: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
b0ecfaebb0
boards/samd21-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
82c7c6053d
boards/same54-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
b97167210a
boards/saml21-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
2dcc97307f
boards/saml11-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
9e1c2ec865
boards/samr21-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Dylan Laduranty
e06ee0c610
boards/saml10-xpro: update board documentation
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-05-06 10:21:41 +02:00
Marian Buschsieweke
fdba678045
boards/waspmote-pro: deprecate board
...
The board has history of bugs that (such as broken timer configuration)
that would directly bite any users, but still have gone unnoticed for
significant time periods due to lack of testing. It appears, that none
of the core contributors has access to the boards and the number of
users is limited.
2024-05-06 09:29:16 +02:00
Marian Buschsieweke
3375899e72
boards/mulle: add JLINK_DEVICE
2024-05-01 21:01:43 +02:00
Marian Buschsieweke
65d2e161c3
boards/mulle: add TTY_BOARD_FILTER
2024-05-01 21:01:43 +02:00
Marian Buschsieweke
0fd649de67
boards/mulle: fix OpenOCD config
...
- use JTAG instead of SWD to restore old behavior
- replace deprecated configuration names with new ones
2024-05-01 21:01:43 +02:00
Marian Buschsieweke
a620a3c27f
Merge pull request #20573 from maribu/boards/waspmote-pro
...
boards/waspmote-pro: fix ztimer config
2024-04-30 16:55:47 +00:00
Marian Buschsieweke
162bb6eb41
boards/waspmote-pro: fix ztimer config
2024-04-30 18:44:45 +02:00
benpicco
772bc7a876
Merge pull request #20617 from Enoch247/simplify-stm32-ifdefs
...
boards/common/stm32: simplify ifdef logic
2024-04-24 12:57:47 +00:00
Joshua DeWeese
3152301c3f
boards/common/stm32: simplify ifdef logic
2024-04-23 16:31:01 -04:00
benpicco
34222e1451
Merge pull request #20614 from krzysztof-cabaj/nucleo144-pinouts
...
boards/nucleo144: add pinout diagrams to boards documentation
2024-04-23 19:57:25 +00:00
Joshua DeWeese
fe3a6ba462
boards/common/nucleo144: revert waitespace changes
...
This commit reverts the whitespace changes from commit
53d53d8cc8
2024-04-23 11:13:48 -04:00
krzysztof-cabaj
9db2603203
boards/nucleo144: add pinout to doc page for 412zg and 413zh
2024-04-23 15:41:41 +02:00