Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-09 | [AVR32] Add PIOE device and reserve SDRAM pins | Haavard Skinnemoen | |
The PIOE device was left out before because it muxes SDRAM pins (and is therefore a bit dangerous to mess with) and because no existing drivers had any use for it. It is needed for CompactFlash, however, and now that we have a way to protect the SDRAM pins, it can be safely added. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2006-12-08 | [AVR32] Portmux API update | Haavard Skinnemoen | |
Rename portmux_set_func to at32_select_periph, add at32_select_gpio and add flags parameter to specify the initial state of the pins. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> |