- Mar 04, 2019
-
-
Semjon Kerner authored
-
- Feb 28, 2019
-
-
Marian Buschsieweke authored
The CPU variable in the boards Makefile.include file already contains the target CPU, so there is no reason to provide it in each board again as avrdude flag. This commit automatically sets the avrdude target from the CPU variable and removes the unneeded flags.
-
- Feb 27, 2019
-
-
Alexandre Abadie authored
This fixes the boards being stuck when initializing the RTC
-
Alexandre Abadie authored
A common configuration file is introduced for stm32f4 with core clock at 168MHz with HSE at 8MHz, 2 configuration files are introduced to²: distinguish between clock configuration with and without LSE.
-
Rotzbua authored
fix unexpected behavior: reference #9949 reference #10294 fix redefinition for AUTO_INIT_LED0
-
- Feb 26, 2019
-
-
Gaëtan Harter authored
The board does not have external low speed crystal. Page 20 of User Manual: 6.10.2 "OSC 32 kHz clock supply" * X3 Crystal (not provided) https://www.st.com/resource/en/user_manual/dm00063382.pdf This fixes `example/default` and makes `tests/periph_rtc` work properly.
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
Add common flashing notes + move the doc in a separate doc.txt file
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
For the moment openocd doesn't work when softdevice blob module is loaded
-
- Feb 25, 2019
-
-
Marian Buschsieweke authored
- Moved code for periph_conf of all ATmega based boards to boards/common/atmega - Added possibility to override config from individual board: - Named file `periph_conf_atmega_common.h` and let this be included from `board/$BOARD/include/periph_conf.h` to allow modifications - Guarded individual periph configs by `#ifndef $PERIPH_NUMOF` ... `#endif`
-
Gaëtan Harter authored
The board should not globally set `TERMFLAGS` without a RIOT_TERMINAL condition. Also the board does not export uart through usb and thus needs an uart converter connected. Other boards in the same situation do not need to set `TERMPROG` without a valid baudrate. So remove the definition anyway. This also removes the export of TERM* variables and should make it work with the other RIOT_TERMINAL.
-
Gaëtan Harter authored
TERMPROG and TERMFLAGS variables do not need to be exported as they are used directly by a make receipe.
-
Leandro Lanzieri authored
-
- Feb 12, 2019
-
-
Yegor Yefremov authored
The link to nodemcu-devkit-v1.0 was missing 'h' in 'http'. Other links were missing 'http://' or 'https://' and were pointing to non-existing components on RIOT's web site. Signed-off-by:
Yegor Yefremov <yegorslists@googlemail.com>
-
- Feb 06, 2019
-
-
Kees Bakker authored
-
- Feb 05, 2019
-
-
Francisco Acosta authored
Features must be provided by the board if they're actually available on board. Other features might be provided by the CPU. Some grouping is also removed as it is not necessary.
-
Francisco Acosta authored
Additionally, it removes unnecessary exports and cleans up waspmote-pro toolchain variables (not needed) which are taken from atmega_common.
-
Francisco Acosta authored
Leverages common flasher (avrdude) and removes unnecessary exports. Moreover, a reuse of serial.inc.mk is perfomed from the same atmega_common/Makefile.include
-
- Jan 28, 2019
-
-
Marian Buschsieweke authored
-
- Jan 25, 2019
-
-
Kaspar Schleiser authored
-
Alexandre Abadie authored
-
Hauke Petersen authored
-
Alexandre Abadie authored
This commit also change the STDIO UART to use the UARTE device type (with EasyDMA)
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Peter Kietzmann authored
-
- Jan 22, 2019
-
-
Marian Buschsieweke authored
- ATmega based boards: Added parameter for W5100 to board_common.h - Arduino Due based boards: Use board.h instead of providing w5100_params.h
-
- Jan 21, 2019
-
-
Dylan Laduranty authored
-
Dylan Laduranty authored
-
Dylan Laduranty authored
-
Alexandre Abadie authored
The periph_dma is not pulled in automatically for all applications. Applications willing to use the configured peripherals with periph_dma for a given board will have to include the feature explictly in their Makefile. It was causing unrelated issues as threads got de-scheduled while calling printf and this was not handled properly in tests at that moment.
-
Kaspar Schleiser authored
-
- Jan 20, 2019
-
-
Alexandre Abadie authored
RTC and RTT are available and already configured for this board but not provided by the build system
-
- Jan 18, 2019
-
-
Leandro Lanzieri authored
-
- Jan 17, 2019
-
-
Tristan Bruns authored
-
Tristan Bruns authored
-
- Jan 15, 2019
-
-
Alexandre Abadie authored
-