summaryrefslogtreecommitdiff
path: root/target/avr32/kernel
AgeCommit message (Collapse)Author
2016-09-24grasshopper: move kernel symbols to target/linux/configWaldemar Brodkorb
2016-09-22enable GPIO interface on AVR32 Grasshopper boardsMario Haustein
2016-09-22add support for on board MTD flash of AVR32 Grasshopper boardMario Haustein
2016-09-22refactor USART support for AVR32 Grasshopper boardMario Haustein
- force enable USB-USART bridge - add config menu option and kernel patch for enabling second USART
2016-09-14add support for AVR32 grasshopper boardMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-01-11activate serial console and network driver for atmel ngw100. first boot via ↵Waldemar Brodkorb
nfs succeeds.
2015-01-10add basic support for atmel ngw100. no runtime testing yetWaldemar Brodkorb