mirror of https://github.com/ARMmbed/mbed-os.git
Fixed spacing/tabs and clean up targets.json
parent
fad95e9a7d
commit
55bcf93574
|
@ -42,7 +42,7 @@ AT_CellularNetwork::RegistrationMode UBLOX_PPP_CellularNetwork::has_registration
|
||||||
//#else
|
//#else
|
||||||
// return (reg_type == C_REG || reg_type == C_GREG || reg_type == C_EREG);
|
// return (reg_type == C_REG || reg_type == C_GREG || reg_type == C_EREG);
|
||||||
//#endif
|
//#endif
|
||||||
//>>>>>>> changes to support mts dragonfly nano ppp
|
//>>>>>>> Fixed spacing/tabs and clean up targets.json
|
||||||
}
|
}
|
||||||
|
|
||||||
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
nsapi_error_t UBLOX_PPP_CellularNetwork::set_access_technology_impl(RadioAccessTechnology opRat)
|
||||||
|
|
|
@ -2258,8 +2258,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"detect_code": ["0312"],
|
"detect_code": ["0312"],
|
||||||
"macros_add": [ "RTC_LSE=1", "CELLULAR_DEVICE=UBLOX_PPP"],
|
"macros_add": ["CELLULAR_DEVICE=UBLOX_PPP"],
|
||||||
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH", "ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
|
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
|
||||||
"release_versions": ["2", "5"],
|
"release_versions": ["2", "5"],
|
||||||
"device_name": "STM32L471QG",
|
"device_name": "STM32L471QG",
|
||||||
"bootloader_supported": true
|
"bootloader_supported": true
|
||||||
|
|
Loading…
Reference in New Issue