Skip to content

Commit 5994b1e

Browse files
committed
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.ar
1 parent d9008cc commit 5994b1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/targets.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6975,8 +6975,6 @@
69756975
},
69766976
"MTB_UBLOX_ODIN_W2": {
69776977
"inherits": ["MODULE_UBLOX_ODIN_W2"],
6978-
"device_has_remove": ["LPTICKER"],
6979-
"features_remove": ["BLE"],
69806978
"overrides": {"lse_available": 0},
69816979
"release_versions": ["5"]
69826980
},

0 commit comments

Comments
 (0)