aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam4e8e/gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* sam4e8e: Add support for gpio_x_reset()Kevin O'Connor2018-08-271-27/+33
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam4e8e: Fix bug in sam4e gpio.c (#563)Florian Heilmann2018-08-241-3/+12
| | | | | The bank_id was calculated erroneously. Also unify gpio_in_setup and gpio_out_setup a bit. Also disable make flash for the sam4e8e port as it currently references a version of bossac that is not present on all systems. Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-081-0/+361
This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>