Debug Serial para programa resetar o buffer quando houver tamanhos errados na mensagem

Dependencies:   pulga-lorawan-drv PingPong-P2P-ClickButtonToWork-SX1272

Committer:
MatteusCarr
Date:
Thu Apr 29 16:54:10 2021 +0000
Revision:
15:b27ab44dc2c8
Parent:
11:9ee88f11ed06
Debug travamento para resetar e nao travar

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pancotinho 11:9ee88f11ed06 1 {
pancotinho 11:9ee88f11ed06 2
pancotinho 9:cf555a570349 3 "target_overrides": {
pancotinho 9:cf555a570349 4 "K64F": {
pancotinho 9:cf555a570349 5 "target.features_add": ["BLE"],
pancotinho 11:9ee88f11ed06 6 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
pancotinho 9:cf555a570349 7 },
pancotinho 11:9ee88f11ed06 8 "NUCLEO_F401RE": {
pancotinho 9:cf555a570349 9 "target.features_add": ["BLE"],
pancotinho 9:cf555a570349 10 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
pancotinho 9:cf555a570349 11 },
pancotinho 9:cf555a570349 12 "DISCO_L475VG_IOT01A": {
pancotinho 9:cf555a570349 13 "target.features_add": ["BLE"],
pancotinho 9:cf555a570349 14 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
pancotinho 9:cf555a570349 15 },
pancotinho 9:cf555a570349 16 "NRF52840_DK": {
pancotinho 11:9ee88f11ed06 17 "platform.stdio-baud-rate": 9600,
pancotinho 11:9ee88f11ed06 18 "platform.default-serial-baud-rate": 9600,
pancotinho 9:cf555a570349 19 "target.features_add": ["BLE"],
pancotinho 9:cf555a570349 20 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_N ONE", "NORDIC_CORDIO"],
pancotinho 9:cf555a570349 21 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"],
pancotinho 9:cf555a570349 22 "target.lf_clock_src": "NRF_LF_SRC_RC",
pancotinho 9:cf555a570349 23 "target.lf_clock_rc_calib_timer_interval": 16,
pancotinho 11:9ee88f11ed06 24 "target.lf_clock_rc_calib_mode_config": 2
pancotinho 11:9ee88f11ed06 25
pancotinho 11:9ee88f11ed06 26
pancotinho 9:cf555a570349 27
pancotinho 9:cf555a570349 28 },
pancotinho 9:cf555a570349 29 "NRF52_DK": {
pancotinho 9:cf555a570349 30 "target.features_add": ["BLE"],
pancotinho 9:cf555a570349 31 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
pancotinho 9:cf555a570349 32 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
pancotinho 9:cf555a570349 33 }
pancotinho 11:9ee88f11ed06 34 }
pancotinho 11:9ee88f11ed06 35 }