8000 Update VERSION.md · RedBearLab/nRF51822-Arduino@6981ab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6981ab1

Browse files
author
jixing.zou
committed
Update VERSION.md
1 parent c783bda commit 6981ab1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

VERSION.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ This is about the board support package version.
77

88
* Use saddeepmstry's openocd to instead of arduino openocd
99
* Fixed bug "Can't upload on macosx"
10+
* Change file "nrf_ble.h" to "ble.h"
1011

12+
##### kown issue
13+
14+
* Upload problem on Linux 64bit, fix it as follow:
15+
```
16+
sudo apt-get install lsb-core
17+
18+
sudo apt-get install libudev1:i386
19+
20+
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
21+
```
1122

1223
#### Version: 1.0.6
1324

0 commit comments

Comments
 (0)
0