Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | add missing dfu.lds | Harald Welte | 2012-01-08 | 1 | -0/+87 |
| | |||||
* | SAM3U-EK: Add a 'dfu' makefile target, DFU boot switching code | Harald Welte | 2012-01-08 | 3 | -2/+37 |
| | |||||
* | DFU: add support for setting the USB SERIAL by a board | Harald Welte | 2012-01-08 | 1 | -0/+2 |
| | | | | | | this will allow us to use the Unique Chip ID as serial number in the USB descriptor, which in turn allows customers to write device-specific udev rules for persistent naming, etc. | ||||
* | aat91sam3u-ek: Add #defines for DFU | Harald Welte | 2012-01-05 | 1 | -0/+11 |
| | |||||
* | import at91lib from at91lib_20100901_softpack_1_9_v_1_0_svn_v1501120100901_softpack_1_9_v_1_0_svn_v15011 | Harald Welte | 2011-07-04 | 50 | -0/+25538 |
it's sad to see that atmel doesn't publish their svn repo or has a centralized location or even puts proper version/release info into the library itself |