Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | AVR32: Make some AT32AP700x peripherals optional | Haavard Skinnemoen | 2007-12-17 | -0/+50 |
| | | | | | | | | | | | Add a chip-features file providing definitions of the form AT32AP700x_CHIP_HAS_<peripheral> to indicate the availability of the given peripheral on the currently selected chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
* | AVR32: Rename at32ap7000 -> at32ap700x | Haavard Skinnemoen | 2007-12-17 | -0/+676 |
The SoC-specific code for all the AT32AP700x CPUs is practically identical; the only difference is that some chips have less features than others. By doing this rename, we can add support for the AP7000 derivatives simply by making some features conditional. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> |