mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
750d3078e4
- including `avrdude.mk` and `serial.mk` is no longer needed - the avrdude flag -F is dropped - This allows flashing a board having an MCU different to the one RIOT was compiled for - It is better to let the user provide this flag manually if she/he really wants to turn safety off, knows what she/he is doing, and accepts the risk associated with this - the avrdude flag -D is dropped - This disables issuing an erase command during flashing, however this erase cycle is strictly required to be able to program the flash - This is only needed in case of the stk500v2 bootloader, which implicitly does the erase cycle and fails if explicitly asked to do so - Only for the stk500v2 bootloader this flag is now added |
||
---|---|---|
.. | ||
arduino-atmega | ||
arduino-due | ||
arduino-mkr | ||
atmega | ||
blxxxpill | ||
esp32 | ||
esp8266 | ||
frdm | ||
iotlab | ||
kw41z | ||
msb-430 | ||
msba2 | ||
nrf51 | ||
nrf52 | ||
nrf52xxxdk | ||
nucleo | ||
nucleo32 | ||
nucleo64 | ||
nucleo144 | ||
particle-mesh | ||
remote | ||
saml1x | ||
silabs | ||
slwstk6000b | ||
sodaq | ||
stm32 | ||
wsn430 | ||
doc.txt |