tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.72k stars 858 forks source link

can i use nrf51822 DK? #229

Open bestony opened 5 years ago

bestony commented 5 years ago

I notice here a 'BBC Micro:bit' support.

The Micro:bit use nrf51822, So , it means i can use nrf51822?

deadprogram commented 5 years ago

Hello @bestony the processor support is in TinyGo already for that, but the board support like pin mappings would need to be added for the PCA10028, which I assume is the dev kit you want to use here.

Please take a look at https://github.com/tinygo-org/tinygo/wiki/Adding-a-new-board#adding-a-new-board for information about how to do this.

We would be very happy to receive a PR that added a new board definition for this hardware.