diff options
author | Ron Evans <[email protected]> | 2019-05-03 09:15:52 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2019-05-12 21:51:07 +0200 |
commit | d90f1947d95b5253ca6a7d05f9304a599ad3b336 (patch) | |
tree | 105db75eb5c480dca5d88535a661d3ca2e241cd8 /.circleci | |
parent | 11567c62d45418685161cd484b55c225f1d1f65d (diff) | |
download | tinygo-d90f1947d95b5253ca6a7d05f9304a599ad3b336.tar.gz tinygo-d90f1947d95b5253ca6a7d05f9304a599ad3b336.zip |
machine/samd21: Initial implementation of I2S hardware interface using Circuit Playground Express
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca20a993..a1bfead64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,6 +82,7 @@ commands: - run: tinygo build -size short -o test.elf -target=circuitplay-express examples/blinky1 - run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky1 - run: tinygo build -size short -o test.elf -target=stm32f4disco examples/blinky2 + - run: tinygo build -size short -o test.elf -target=circuitplay-express examples/i2s - run: tinygo build -o wasm.wasm -target=wasm examples/wasm/export - run: tinygo build -o wasm.wasm -target=wasm examples/wasm/main test-linux: |