Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | at91lib: go throguh LowlevelInit even after DFU loader | Harald Welte | 2011-07-30 | 3 | -7/+5 |
| | | | | this makes sure the PLL is set up the way at91lib expects it | ||||
* | at91lib: disable the watchdog when we come out of DFU | Harald Welte | 2011-07-30 | 1 | -0/+5 |
| | |||||
* | simtrace has no USB_VBUS pin | Harald Welte | 2011-07-30 | 1 | -2/+0 |
| | |||||
* | add flash_dfu linker script for sam7s128 (copy of 256 with half the flash) | Harald Welte | 2011-07-30 | 1 | -0/+79 |
| | |||||
* | import at91sam7s128 from at91sam7-ek | Harald Welte | 2011-07-30 | 3 | -0/+2383 |
| | |||||
* | modify simtrace board.h to reflect simtrace hardware | Harald Welte | 2011-07-27 | 1 | -66/+10 |
| | | | | | modify simtrace board.h to reflect simtrace hardware Update Makefile to use simtrace board | ||||
* | start a simtrace board as copy of at91sam7-ek | Harald Welte | 2011-07-27 | 10 | -0/+3290 |
| | |||||
* | SAM7DFU: Add a new 'flash_dfu' memory type | Harald Welte | 2011-07-24 | 2 | -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_dfu | Harald Welte | 2011-07-24 | 1 | -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 DFU | Harald Welte | 2011-07-24 | 1 | -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.lds | Harald Welte | 2011-07-24 | 1 | -0/+77 |
| | |||||
* | initial import of the usb ccid example for the sam7s | Harald Welte | 2011-07-24 | 24 | -0/+15027 |