File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,23 @@ The pin connections are as follows:
45
45
* UART RX, connected to J-Link serial = P0.08
46
46
* UART TX, connected to J-Link serial = P0.09
47
47
48
+ System requirements
49
+ *******************
50
+
51
+ Prerequisites
52
+ =============
53
+
54
+ Renesas HAL requires Bluetooth binary blobs in order work. Run the command
55
+ below to retrieve those files.
56
+
57
+ .. code-block :: console
58
+
59
+ west blobs fetch hal_renesas
60
+
61
+ .. note ::
62
+
63
+ It is recommended running the command above after :file: `west update `.
64
+
48
65
Programming and Debugging
49
66
*************************
50
67
Original file line number Diff line number Diff line change @@ -47,6 +47,23 @@ The pin connections are as follows:
47
47
* UART RX, via USB1 on motherboard = P0.08
48
48
* UART TX, via USB1 on motherboard = P0.09
49
49
50
+ System requirements
51
+ *******************
52
+
53
+ Prerequisites
54
+ =============
55
+
56
+ Renesas HAL requires Bluetooth binary blobs in order work. Run the command
57
+ below to retrieve those files.
58
+
59
+ .. code-block :: console
60
+
61
+ west blobs fetch hal_renesas
62
+
63
+ .. note ::
64
+
65
+ It is recommended running the command above after :file: `west update `.
66
+
50
67
Programming and Debugging
51
68
*************************
52
69
You can’t perform that action at this time.
0 commit comments