diff options
author | Nick Choi <nikchi@users.noreply.github.com> | 2017-05-30 14:17:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 14:17:48 -0400 |
commit | 2c9f846608cbf91ce936071372634194745994d0 (patch) | |
tree | 7fc260baa3bca7ba748117e07fca8aaa186943dd /docs/Compatible-Microcontrollers.md | |
parent | 5393bc6f4eee3d3cb83997e5b03d8e5a5cea85d8 (diff) | |
parent | cb791cf6cdbcd9fd1291f36f6b1a6840753db97f (diff) | |
download | firmware-2c9f846608cbf91ce936071372634194745994d0.tar.gz firmware-2c9f846608cbf91ce936071372634194745994d0.tar.bz2 firmware-2c9f846608cbf91ce936071372634194745994d0.zip |
Merge pull request #2 from qmk/master
pull in new qmk changes
Diffstat (limited to 'docs/Compatible-Microcontrollers.md')
-rw-r--r-- | docs/Compatible-Microcontrollers.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/Compatible-Microcontrollers.md b/docs/Compatible-Microcontrollers.md new file mode 100644 index 000000000..20ba620f6 --- /dev/null +++ b/docs/Compatible-Microcontrollers.md @@ -0,0 +1,25 @@ +# 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)) +* ATmega168P with using [V-USB](http://www.obdev.at/products/vusb/index.html) +* ATmega328P with using [V-USB](http://www.obdev.at/products/vusb/index.html) +* ATmega32U2 +* AT90USB1286, 646, 647 should work +* AT90USB162 testing... + +NOTE: To enable full features of firmware you'll need 32KB flash size. + +Please add any tested microcontrollers to this list. + +# ARM + +You can also use any ARM processor that [ChibiOS](http://www.chibios.org) 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 |