Test of ADC Pin to battery level on Coragem device

Committer:
brunnobbco
Date:
Thu Feb 13 19:48:14 2020 +0000
Revision:
4:1afe75848f10
Teste ADC Coragem

Who changed what in which revision?

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