summaryrefslogtreecommitdiff
path: root/at91lib/boards
Commit message (Collapse)AuthorAgeFilesLines
* at91lib: sam7s-p board: don't skip lowlevel initialization in DFU modeHarald Welte2011-07-312-1/+3
|
* add USART1 definitions for SAM7S-P boardHarald Welte2011-07-311-0/+5
|
* add flash_dfu definitions for SAM7S64 and SAM7S128Harald Welte2011-07-312-0/+158
|
* SAM7S-Pxxx: Update to reflect actual Olimex boardHarald Welte2011-07-311-57/+12
|
* start sam7-p board as copy of at91sam7-ekHarald Welte2011-07-3125-0/+15108
|
* AT91LIB: Add DFU interface descriptors to CCIDHarald Welte2011-07-311-0/+2
| | | | | | A board can now define BOARD_USB_DFU which will cause the USB DFU interface descriptors for the sam7dfu bootloader to be appended automatically.
* at91lib: go throguh LowlevelInit even after DFU loaderHarald Welte2011-07-303-7/+5
| | | | this makes sure the PLL is set up the way at91lib expects it
* at91lib: disable the watchdog when we come out of DFUHarald Welte2011-07-301-0/+5
|
* simtrace has no USB_VBUS pinHarald Welte2011-07-301-2/+0
|
* add flash_dfu linker script for sam7s128 (copy of 256 with half the flash)Harald Welte2011-07-301-0/+79
|
* import at91sam7s128 from at91sam7-ekHarald Welte2011-07-303-0/+2383
|
* modify simtrace board.h to reflect simtrace hardwareHarald Welte2011-07-271-66/+10
| | | | | modify simtrace board.h to reflect simtrace hardware Update Makefile to use simtrace board
* start a simtrace board as copy of at91sam7-ekHarald Welte2011-07-2710-0/+3290
|
* SAM7DFU: Add a new 'flash_dfu' memory typeHarald Welte2011-07-242-5/+7
| | | | | | this will build *-flash_dfu.{bin,elf} targets which are targetted not for the 'raw' SAM7 hardware, but for the sam7dfu boot loader already running in it.
* rename flash-dfu to flash_dfuHarald Welte2011-07-241-0/+0
| | | | | This is required as the Makefile will otherwise generate the invalid -Dflash-dfu for the assembler command line
* modify flash-dfu.lds to actually accomodate DFUHarald Welte2011-07-241-6/+8
| | | | | This linker script will produce a binary that can be loaded using the sam7dfu bootloader in the SAM7
* add flash-dfu.lds as copy of flash.ldsHarald Welte2011-07-241-0/+77
|
* initial import of the usb ccid example for the sam7sHarald Welte2011-07-2424-0/+15027
personal git repositories of Harald Welte. Your mileage may vary