Thomas Perrot
b63121c588
board: add support for arduino-leonardo
2019-05-24 15:12:47 +02:00
Thomas Perrot
44803ea4fd
cpu/atmega32u4: add support for ATmega32U4
2019-05-24 15:12:47 +02:00
Francisco
b6749ac5b9
Merge pull request #11322 from aabadie/pr/stm32f7/add_rtt_feature
...
stm32f7: enable periph_rtt feature and apply to f7 based boards
2019-05-23 21:25:19 +02:00
Kevin "Bear Puncher" Weiss
3f4c92d8bf
Merge pull request #11569 from cladmi/pr/make/cc2538/flashfile
...
boards/cc2538: use FLASHFILE for boards using cc2538-bsl.py
2019-05-23 16:33:49 +02:00
Gaëtan Harter
9e9f8637e9
boards/cc2538: use FLASHFILE for boards using cc2538-bsl.py
...
Update to use FLASHFILE as file to be flashed on the board.
2019-05-23 15:02:15 +02:00
Gaëtan Harter
d58d8b375c
boards/openmote-b: remove OFLAGS
...
OFLAGS is set by the `.bin` and `.hex` rules no need to define it anymore.
2019-05-23 14:55:26 +02:00
Alexandre Abadie
f153429f69
boards/stm32: add rtt features to stm32f7 based boards
2019-05-23 14:49:39 +02:00
Alexandre Abadie
9849010309
boards/stm32l0: use shared clock configuration
2019-05-23 14:03:17 +02:00
Alexandre Abadie
d6689103ef
boards/stm32: add shared STM32L0 clock configuration
2019-05-23 14:03:17 +02:00
Francisco
269882b619
Merge pull request #11323 from aabadie/pr/stm32/add_rtt_feature
...
boards/stm32l0/l4: add rtt feature
2019-05-23 12:22:03 +02:00
Felix B
d185767070
boards/nucleo-f767zi: add spi config
2019-05-21 17:39:03 +02:00
Alexandre Abadie
f559ccb0c6
Merge pull request #11260 from maribu/nucleo-f767zi
...
boards/nucleof7*: SPI and refactoring
2019-05-21 14:01:41 +02:00
Marian Buschsieweke
ffb6c54d81
boards/nucleo-f746zg: Use shared clock settings
...
Use boards/common/stm32/include/f7/cfg_clock_216_8_1.h for core clock settings
2019-05-21 13:19:42 +02:00
Marian Buschsieweke
54b621bf3e
boards/nucleo-f722ze: Use shared clock settings
...
Use boards/common/stm32/include/f7/cfg_clock_216_8_1.h for core clock settings
2019-05-21 13:19:42 +02:00
Marian Buschsieweke
61e1068eba
boards/nucleo-f767zi: Add SPI settings
2019-05-21 13:19:42 +02:00
Dylan Laduranty
85d37bb94f
Merge pull request #11336 from benpicco/sam0-timer
...
sam0_common: make Timer implementation common across all sam0 MCUs
2019-05-21 12:13:39 +02:00
Benjamin Valentin
849dd4cdce
sam0_common: make Timer implementation common across all sam0 MCUs
...
The currently supported SAM0 MCUs (samd21, saml21, saml1x) share the same
Timer peripheral, yet each of them carries it's own copy of the Timer
driver.
This introduces a new timer driver that is common for all sam0 MCUs and
uses structs for configuration instead of defines.
2019-05-21 11:47:59 +02:00
Alexandre Abadie
5e3d20d0b2
boards: add support for i-nucleo-lrwan1
2019-05-21 09:57:33 +02:00
Alexandre Abadie
ac878f3758
boards/nucleo-l0*: enable clock LSE
2019-05-21 09:50:10 +02:00
Alexandre Abadie
5c79e1456a
boards/stm32l476rg: add RTT and RTC features
2019-05-21 09:50:10 +02:00
Alexandre Abadie
a38823b823
boards/nucleo-*: add RTT feature where possible
2019-05-21 09:50:10 +02:00
Alexandre Abadie
a4de4153fc
boards/lsn50: use common rtt configuration
2019-05-21 09:01:02 +02:00
Alexandre Abadie
ca9bd8e5cc
boards/nucleo-l496zg: use common rtt configuration
2019-05-21 08:38:44 +02:00
Alexandre Abadie
f92139509d
boards/nucleo-l476rg: use common rtt configuration
2019-05-21 08:38:44 +02:00
Alexandre Abadie
c3d7dbce2c
boards/nucleo-l452re: use common rtt configuration
2019-05-21 08:38:44 +02:00
Alexandre Abadie
4c86b00808
boards/nucleo-l433rc: use common rtt configuration
2019-05-21 08:38:43 +02:00
Alexandre Abadie
4e26ac943b
boards/b-l475e-iot01a: use common rtt configuration
2019-05-21 08:38:43 +02:00
Alexandre Abadie
7d12ea78f0
boards/b-l072z-lrwan1: use common rtt configuration
2019-05-21 08:38:43 +02:00
Alexandre Abadie
871dda1216
boards/stm32: introduce common default rtt config
2019-05-21 08:38:43 +02:00
Alexandre Abadie
c439346f6d
Merge pull request #10563 from aabadie/pr/boards/particle_mesh
...
boards/particle-{xenon,argon,boron}: add initial support
2019-05-20 11:54:04 +02:00
Alexandre Abadie
bf3e471fdb
boards/lsn50: add initial support
2019-05-17 22:43:04 +02:00
Alexandre Abadie
05409782c0
boards/particle-boron: initial support
2019-05-17 22:42:08 +02:00
Alexandre Abadie
17fd5b7145
boards/particle-argon: initial support
2019-05-17 22:42:08 +02:00
Alexandre Abadie
f524a451a4
boards/particle-xenon: initial support
2019-05-17 22:42:08 +02:00
Alexandre Abadie
22fe1925e0
boards/particle-mesh: common support for particle mesh boards
2019-05-17 22:42:08 +02:00
Kevin "Bear Puncher" Weiss
e40f483acf
Merge pull request #11261 from gschorcht/cpu/esp32/doc_fix/rom
...
boards/cpu/esp32: doc fix of built-in ROM size
2019-05-14 13:07:50 +02:00
Leandro Lanzieri
44d981947d
Merge pull request #11293 from gschorcht/cpu/esp32/periph/conf/spi
...
boards/esp32: changes the approach for configurations of SPI interfaces in board definitions
2019-05-14 12:07:19 +02:00
Leandro Lanzieri
171058d38d
Merge pull request #11481 from gschorcht/boards/esp32_wrover_kit/doc/fix
...
boards/esp32 wrover kit: documentation fixes and small improvents
2019-05-14 11:23:58 +02:00
Francisco
6b8bbd7eba
Merge pull request #11044 from aabadie/pr/boards/kw41z-common
...
boards/kw41z*: add common configuration and use it with existing kw41z boards
2019-05-14 01:53:31 -07:00
Gunar Schorcht
bf60857442
boards/esp32_wrover_kit: documentation fix
...
Fixes the bold faced references **/dev/ttyUSB** that stopped doxygen generation
2019-05-13 18:12:03 +02:00
Gunar Schorcht
38843792c4
boards/esp32_wrover_kit: documentation fix
...
Fixes a reference to vendor picture that has been moved to a different location.
2019-05-13 18:12:03 +02:00
Gunar Schorcht
0eb8275925
boards/esp32_wrover_kit: documentation improvement
2019-05-13 18:12:03 +02:00
Leandro Lanzieri
ab6d0fe08c
Merge pull request #11292 from gschorcht/cpu/esp32/periph/conf/pwm
...
boards/esp32: changes the approach for configurations of PWM channels in board definitions
2019-05-13 16:11:05 +02:00
Kevin "Bear Puncher" Weiss
6a78746471
Merge pull request #11506 from maribu/bluepill_doc
...
boards/bluepill: Extended/updated doc on flashing
2019-05-10 00:56:50 -07:00
Marian Buschsieweke
531c62fa65
boards/bluepill: Extended/updated doc on flashing
...
- Indicated that the hardware reset signal is used to reset the device and that
OpenOCD will that connect under reset
- Added troubleshooting for flashing using hardware reset
- Removed previous troubleshooting for flashing, as this issue is no longer
present since OpenOCD connects under reset
2019-05-09 19:36:12 +02:00
Kevin "Bear Puncher" Weiss
6afb0603aa
Merge pull request #11291 from gschorcht/cpu/esp32/periph/conf/i2c
...
boards/esp32: changes the approach for configurations of I2C in board definitions
2019-05-09 08:26:01 -07:00
Kevin "Bear Puncher" Weiss
795ad18f2e
Merge pull request #11294 from gschorcht/cpu/esp32/periph/conf/uart
...
boards/esp32: changes the approach for configurations of UART interfaces in board definitions
2019-05-09 08:25:40 -07:00
Alexandre Abadie
8bd320b34f
boards/phynode-kw41z: use common configuration
2019-05-07 21:57:05 +02:00
Alexandre Abadie
7d90a48a3d
boards/usb-kw41z: use common configuration
2019-05-07 21:57:05 +02:00
Alexandre Abadie
151803da5b
boards/frdm-kw41z: use common configuration
2019-05-07 21:57:04 +02:00