Martine S. Lenders
5dd5400ee1
feather-nrf52840: add config for NeoPixel LED
2024-11-21 13:27:38 +01:00
MrKevinWeiss
e0fdc3c16c
*Kconfig*: Modify Kconfig to remove dep model
2024-03-27 10:28:12 +01:00
Mikolai Gütschow
10f4e9df01
boards/feather-nrf52840*: doc cleanup
2024-02-23 10:50:10 +01:00
MrKevinWeiss
92794c0eca
boards/*: Model usb and stdio in Kconfig
2023-05-31 13:04:42 +02:00
Karl Fessel
da51932737
boards: add some missing whitespaces for static tests
2022-09-14 15:11:14 +02:00
Karl Fessel
05f114d0af
doc: fix unbalaced grouping
...
- most were trivial
- missing group close or open
- extra space
- no doxygen comment
- name commad might open an implicit group
this hould also be implicit cosed but does not happen somtimes
- crazy: internal declared groups have to be closed internal
2022-09-14 15:05:25 +02:00
Francisco Molina
464d941a3e
boards: drop empty custom board_init & empty board.c
2022-02-22 18:27:37 +01:00
Benjamin Valentin
468ea89953
boards: drop LED init
...
This is handled by periph_init_leds now
2022-02-18 14:35:43 +01:00
Leandro Lanzieri
df7ce1c647
makefiles/kconfig: use two lists for boards and CPUs default configs
...
This introduces KCONFIG_BOARD_CONFIG and KCONFIG_CPU_CONFIG variable for
boards and CPUs (including common directories) to add default
configuration files to be merged. The current approach, as it uses
Makefile.features, would include boards first, not allowing them to
override CPU configurations.
2021-12-13 12:33:21 +01:00
Francisco Molina
766bfeace4
boards: model nrf52 boards
2021-12-08 13:25:29 +01:00
Benjamin Valentin
fc88c4c4e5
boards: drop cpu_init()
2021-10-13 23:36:41 +02:00
Martine Lenders
a1ab612873
boards/feather-nrf52840: update terminal doc for current status quo
2021-08-25 12:46:11 +02:00
Martine Lenders
1f17769038
boards/feather-nrf52840: add missing commands for uf2 instructions
2021-08-25 12:46:11 +02:00
Martine Lenders
fe39542618
boards/feather-nrf52840: fix shell command formatting in doc
2021-08-24 17:50:21 +02:00
Martine Lenders
5029631a1b
boards/feather-nrf52840: fix typo and link where to get nrfjprog
tool
2021-08-24 17:49:40 +02:00
Francisco Molina
67302bfae6
board/feather-nrf52840: add uf2 boot loader
2021-04-07 12:42:30 +02:00
907c673020
boards/feather-nrf52840: fix typo in doc
...
Progammer => Programmer
2021-01-08 10:15:32 +01:00
4c290e1f92
boards: remove include of serial.inc.mk
2020-12-02 09:20:57 +01:00
Benjamin Valentin
c78ee2bf64
cpu/nrf52: provide radio_nrf802154 at CPU level
...
The presence of the 802.15.4 radio peripheral is a feature of the CPU,
not the board.
Move it to the right place and reduce code duplication.
2020-10-02 10:44:59 +02:00
Leandro Lanzieri
ecebdb761b
boards/feather-nrf52840: Add Kconfig symbols
2020-07-16 10:23:53 +02:00
f42a796c02
feather-nrf52840: Adapt SPI periph config
2020-05-18 19:18:29 +02:00
Francisco Molina
0e5205c4a5
*/Makefile.dep: remove usage of DEFAULT_MODULE += stdio%
2020-04-02 14:50:18 +02:00
Martine S. Lenders
66168ef134
feather-nrf52840: use CDC ACM as default STDIO
2020-03-25 12:59:14 +01:00
Hauke Petersen
56b70eaa56
boards/feather-nrf52840: fix LED macros
2020-03-11 17:38:15 +01:00
Dylan Laduranty
b9ab3d56ae
boards/nrf5x: update to use generic uart_hw_fc module
2020-03-10 14:47:19 +01:00
6182e7c977
boards/nrf52: remove uint8_t cast for GPIO_UNDEF
2020-02-19 19:16:58 +01:00
Martine S. Lenders
78b5c1ee5c
boards: initial import of Adafruit Feather nRF52840 Express
...
This provides support initial support for the [Adafruit Feather nRF52840
Express][feather-nrf52840]. The current feature set includes:
- Default flashing via Segger J-Link
- UART, SPI, and I2C exposed in accordance to the Feather [pinout]
- SAUL support for on-board LEDs and button
[feather-nrf52840]: https://learn.adafruit.com/introducing-the-adafruit-nrf52840-feather/
[pinout]: https://cdn-learn.adafruit.com/assets/assets/000/046/243/original/adafruit_products_Feather_M0_Adalogger_v2.2-1.png
[pid.codes]: http://pid.codes/1209/7D00/
2020-01-15 22:11:58 +01:00