summaryrefslogtreecommitdiffstats
path: root/Compatible-Microcontrollers.md
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2017-04-11 06:55:24 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2017-04-11 06:55:24 -0700
commitc876bb874854735ab2c84320c935d556a9705391 (patch)
tree51e614777a1e0f8b729217e35022918d6a6ac534 /Compatible-Microcontrollers.md
parent1054d5554a91a1bbb4869e02fbd60d5b070c5a1f (diff)
Adding notes about ARM processors
Diffstat (limited to 'Compatible-Microcontrollers.md')
-rw-r--r--Compatible-Microcontrollers.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/Compatible-Microcontrollers.md b/Compatible-Microcontrollers.md
index aaf317d056..cc78aecf19 100644
--- a/Compatible-Microcontrollers.md
+++ b/Compatible-Microcontrollers.md
@@ -1,4 +1,7 @@
-This runs on:
+# Atmel AVR
+
+QMK should run on any Atmel AVR processor with enough Flash. It has been tested on the following:
+
* ATmega32U4 ([PJRC Teensy 2.0](http://www.pjrc.com/teensy/))
* AT90USB1286 ([PJRC Teensy++ 2.0](http://www.pjrc.com/teensy/))
* AT90USB1287 ([Atmel USBKEY](http://www.atmel.com/tools/AT90USBKEY.aspx))
@@ -10,4 +13,13 @@ This runs on:
NOTE: To enable full features of firmware you'll need 32KB flash size.
-Please add any tested microcontrollers to this list. \ No newline at end of file
+Please add any tested microcontrollers to this list.
+
+* ARM
+
+You can also use any ARM processor that ChibiOS supports. The following processors have been tested:
+
+* [Kinetis MKL26Z64](http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/l-series-ultra-low-power-m0-plus/kinetis-kl2x-48-mhz-usb-ultra-low-power-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KL2x)
+* [Kinetis MK20DX128](http://www.nxp.com/assets/documents/data/en/data-sheets/K20P64M50SF0.pdf)
+* [Kinetis MK20DX128](http://www.nxp.com/assets/documents/data/en/data-sheets/K20P64M50SF0.pdf)
+* [Kinetis MK20DX256](http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/k-series-performance-m4/k2x-usb/kinetis-k20-72-mhz-full-speed-usb-mixed-signal-integration-microcontrollers-mcus-based-on-arm-cortex-m4-core:K20_72) \ No newline at end of file