You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: software/runtime.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ Key components of the micro:bit DAL are:
41
41
The micro:bit <spanclass="v1">V1</span> can also be programmed using the Mbed HAL directly, for those developers seeking more low level access to the hardware.
The [Component Oriented Device Abstraction Layer (CODAL)](https://lancaster-university.github.io/codal/) is an evolution of the DAL runtime that abstracts each hardware component of the micro:bit as a software component. CODAL supports a range of devices and processors, including the micro:bit <spanclass="v2">V2</span> device.
44
+
The [Component Oriented Device Abstraction Layer (CODAL)](https://lancaster-university.github.io/codal/) is an evolution of the DAL runtime that abstracts each hardware component of the micro:bit as a software component. CODAL supports a range of devices and processors, including the micro:bit <spanclass="v2">V2</span> device. A specific CODAL target has been written for the latest micro:bit:
45
+
46
+
[CODAL target for micro:bit V2](https://github.com/lancaster-university/codal-microbit-v2)
45
47
46
48
Key components of micro:bit CODAL are:
47
49
@@ -55,7 +57,7 @@ Key components of micro:bit CODAL are:
55
57
56
58
### Building CODAL
57
59
58
-
The [instructions for building CODAL](https://github.com/microbit-foundation/codal/blob/master/mb-build-instructions.md) are located in the micro:bitCODAL repository. The final link is TBC and may change.
60
+
The [instructions for building CODAL](https://github.com/lancaster-university/microbit-v2-samples) are currently located in the micro:bitsamples repository. You can clone this repository and build examples from the source folder. The final link is TBC and may change.
0 commit comments