diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-09-13 22:18:58 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-14 20:48:28 -0400 |
commit | e42590a049f256953ba7edfa4d7cd7f8280731b9 (patch) | |
tree | a5db14a230250673e3fce2264ed4dfcf1e28a491 /app/boards/arm/ferris/ferris_rev02.yaml | |
parent | 647110e5e5adef98a133f5f65b212110e614309b (diff) |
feat(board): Add Ferris 0.2 boards
* Onboard stm32f072 with mcp23018 IO expander.
* No underglow support yet.
* Miryoku inspired default layout.
Diffstat (limited to 'app/boards/arm/ferris/ferris_rev02.yaml')
-rw-r--r-- | app/boards/arm/ferris/ferris_rev02.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/boards/arm/ferris/ferris_rev02.yaml b/app/boards/arm/ferris/ferris_rev02.yaml new file mode 100644 index 0000000..f4cbdca --- /dev/null +++ b/app/boards/arm/ferris/ferris_rev02.yaml @@ -0,0 +1,12 @@ +identifier: ferris_rev02 +name: Ferris 0.2 +type: mcu +arch: arm +toolchain: + - zephyr + - gnuarmemb + - xtools +ram: 40 +supported: + - switches + - underglow |