1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common
Benjamin Valentin 9ce34bb305 lpc2k_pgm: fix build warnings
GCC now warns when snprintf()ing a buffer that, together with the
format string, might be larger than the destination buffer.

To fix this increase the size of the destination buffer so that
the source buffer and the format string will always fit - 32 bytes
are enough.
2019-12-03 22:09:29 +01:00
..
arduino-atmega boards/arduino-atmega: add mapping for Arduino PWM pins 2019-11-15 17:54:30 +01:00
arduino-due boards/common: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
arduino-mkr boards/arduino-mkr: add mapping for Arduino PWM pins 2019-11-15 17:51:45 +01:00
atmega boards/common: fix typos 2019-11-23 22:39:07 +01:00
blxxxpill boards/common/blxxxpill: Use STM32 programmer conf 2019-11-12 19:48:05 +01:00
esp32 boards/common: fix typos 2019-11-23 22:39:07 +01:00
esp8266 cpu/esp8266: reset tool to allow automatic tests 2019-11-14 13:58:48 +01:00
frdm boards/frdm: document more the OpenOCD version requirement 2019-10-16 14:53:42 +02:00
iotlab boards: remove RTT_NUMOF/RTC_NUMOF 2019-11-08 14:20:33 +01:00
kw41z boards/common: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
msb-430 boards: unexport PROGRAMMER 2019-11-27 14:31:01 +01:00
msba2 lpc2k_pgm: fix build warnings 2019-12-03 22:09:29 +01:00
nrf51 nrf5x: move nimble_ble feat. to cpu 2019-11-13 13:43:55 +01:00
nrf52 nrf5x: move nimble_ble feat. to cpu 2019-11-13 13:43:55 +01:00
nrf52xxxdk boards: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
nucleo boards/common/nucleo: Use STM32 programmer config 2019-11-12 19:43:42 +01:00
nucleo32 boards/nucleo32: fix arduino pinmap for nucleo-l432kc 2019-10-07 14:30:36 +02:00
nucleo64 boards: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
nucleo144 boards/nucleo-144: fix l4r5zi LED0 pin 2019-07-08 09:09:48 +02:00
particle-mesh Merge pull request #12344 from chrysn-pull-requests/particle-antenna-switch 2019-11-19 23:06:29 +01:00
remote boards: unexport PROGRAMMER 2019-11-27 14:31:01 +01:00
saml1x cpu/sam0_common/periph/uart: implement buffered write 2019-11-27 19:01:00 +01:00
silabs boards+efm32: add support for riotboot 2019-10-01 18:08:27 +02:00
slwstk6000b boards: remove RTT_NUMOF/RTC_NUMOF 2019-11-08 14:20:33 +01:00
sodaq boards: remove RTT_NUMOF/RTC_NUMOF 2019-11-08 14:20:33 +01:00
stm32 boards: remove RTT_NUMOF/RTC_NUMOF 2019-11-08 14:20:33 +01:00
wsn430 boards: change PORT used for flash/debug/reset to PROG_DEV 2019-10-24 12:58:12 +02:00
doc.txt boards/stm32f103c8: add docu on flashing with DFU 2018-08-15 15:00:13 +02:00