diff options
author | Joel Challis <git@zvecr.com> | 2024-09-02 03:48:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 03:48:17 +0100 |
commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
tree | 17ff660931b925909be4a75fba55bd67441bf2bb /docs/compatible_microcontrollers.md | |
parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'docs/compatible_microcontrollers.md')
-rw-r--r-- | docs/compatible_microcontrollers.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/compatible_microcontrollers.md b/docs/compatible_microcontrollers.md index 785aee30d5..e2d27e06f2 100644 --- a/docs/compatible_microcontrollers.md +++ b/docs/compatible_microcontrollers.md @@ -75,10 +75,6 @@ You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) s For a detailed overview about the RP2040 support by QMK see the [dedicated RP2040 page](platformdev_rp2040). -## Atmel ATSAM - -There is limited support for one of Atmel's ATSAM microcontrollers, that being the [ATSAMD51J18A](https://www.microchip.com/wwwproducts/en/ATSAMD51J18A) used by the [Massdrop keyboards](https://github.com/qmk/qmk_firmware/tree/master/keyboards/massdrop). However, it is not recommended to design a board with this microcontroller as the support is quite specialized to Massdrop hardware. - ## RISC-V ### GigaDevice |