Skip to content

Commit 1af07f4

Browse files
committed
update CODAL info
1 parent c72e636 commit 1af07f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

software/runtime.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ Key components of the micro:bit DAL are:
4141
The micro:bit <span class="v1">V1</span> can also be programmed using the Mbed HAL directly, for those developers seeking more low level access to the hardware.
4242

4343
### Component Oriented Device Abstraction Layer (CODAL)- V2
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 <span class="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 <span class="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)
4547

4648
Key components of micro:bit CODAL are:
4749

@@ -55,7 +57,7 @@ Key components of micro:bit CODAL are:
5557

5658
### Building CODAL
5759

58-
The [instructions for building CODAL](https://github.com/microbit-foundation/codal/blob/master/mb-build-instructions.md) are located in the micro:bit CODAL 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:bit samples repository. You can clone this repository and build examples from the source folder. The final link is TBC and may change.
5961

6062
### Contributing to the micro:bit Runtime
6163

0 commit comments

Comments
 (0)