Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board/osmo-sdr: Add DFU support for the startup code | Sylvain Munaut | 2012-03-29 | 1 | -0/+33 |
| | | | | | | | | | DFU mode will be entered if: - 0xDFDFDFDF magic is at AT91C_IRAM - Button is pressed - No valid firmware seem to be present (start addr = 0xffffffff) Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | SAM3U: Use correct DMAC peripheral ID for SSC receive | Harald Welte | 2012-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | It seems like the SSC Rx channel has a different DMAC peripheral ID (4) than the transmit side. The official Atmel sam3u documentation (doc6403e) doesn't document that fact, and it also doesn't even state any DMAC peripheral identifiers. The at91lib code release by Atmel claims it is 3, when in reality it is 4! I found this by brute-forcing all possible peripheral identifiers. | ||||
* | board/osmo-sdr: Add DFU support (like SAM3U-EK) | Harald Welte | 2012-01-08 | 3 | -1/+110 |
| | |||||
* | osmo-sdr: only build flash images | Harald Welte | 2011-12-29 | 1 | -1/+1 |
| | |||||
* | osmo-sdr: update GPIO definitions in board.h | Harald Welte | 2011-12-29 | 1 | -132/+25 |
| | |||||
* | osmo-sdr/sam3u: add exidx sections to linker script | Harald Welte | 2011-12-28 | 1 | -2/+10 |
| | |||||
* | complete 'board' support for osmo-sdr hardware | Harald Welte | 2011-12-27 | 11 | -0/+1545 |
| | |||||
* | fix #defines for LEDs, remove #defines for non-existant pins | Harald Welte | 2011-12-27 | 1 | -0/+464 |
| | |||||
* | remove section initializing non-existant external clock | Harald Welte | 2011-12-27 | 1 | -0/+208 |
| | | | | osmo-sdr doesn't have a 32kHz clock crystal. | ||||
* | initial osmo-sdr board support | Harald Welte | 2011-12-27 | 11 | -0/+7549 |