mirror of https://github.com/ARMmbed/mbed-os.git
MTB_UBLOX_ODIN_W2: Reenable lp-ticker and BLE
Make an exception for this target and enable lp-ticker when LSE is not available. This exception is added because of with disabled lp-ticker (and BLE feature) we have the following linker error with ARM compiler: [Error] @0,0: L6218E: Undefined symbol hciCmdAlloc (referred from BUILD/tests/MTB_UBLOX_ODIN_W2/ARM/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2/sdk/TOOLCHAIN_ARM/libublox-odin-w2-driver.ar(hci_vendor_cmd.o)). [Error] @0,0: L6218E: Undefined symbol hciCmdSend (referred from BUILD/tests/MTB_UBLOX_ODIN_W2/ARM/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2/sdk/TOOLCHAIN_ARM/libublox-odin-w2-driver.ar(hci_vendor_cmd.o)). It looks like the folloiwng library must be updated: targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_MODULE_UBLOX_ODIN_W2/sdk/TOOLCHAIN_ARM/libublox-odin-w2-driver.arpull/12210/head
parent
d9008cc205
commit
5994b1e108
|
|
@ -6975,8 +6975,6 @@
|
|||
},
|
||||
"MTB_UBLOX_ODIN_W2": {
|
||||
"inherits": ["MODULE_UBLOX_ODIN_W2"],
|
||||
"device_has_remove": ["LPTICKER"],
|
||||
"features_remove": ["BLE"],
|
||||
"overrides": {"lse_available": 0},
|
||||
"release_versions": ["5"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue