Skip to content

Commit 3a377ca

Browse files
authored
Merge pull request #67 from ARMmbed/fix#61
[NRF51_DK] Add workaround for make_gcc_arm exporter
2 parents b89d20c + 8f473ae commit 3a377ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

BLE_EddystoneService/readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,9 @@ It is also important to note that during these 30 seconds, your device will not
100100

101101

102102
**Note:** You can use the [Eddystone Observer](https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_EddystoneObserver) sample instead of a phone application.
103+
104+
Known issues
105+
============
106+
107+
* [NRF51_DK]: Link fail if the project is exported with the exporter `make_gcc_arm `. The workaround is to define the `develop` compilation profile when the project is exported: `mbed export -i make_gcc_arm -m nRF51_DK --profile develop`.
108+

0 commit comments

Comments
 (0)