summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/start/Cstartup.S
Commit message (Collapse)AuthorAgeFilesLines
* move to new directorylaforge2006-09-121-386/+0
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@191 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - fix bootloader switch detection(no author)2006-09-121-0/+23
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@182 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - cosmetic cleanup(no author)2006-09-091-1/+2
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@146 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - major reorganization, split source tree in(no author)2006-09-091-4/+52
| | | | | | | | | | - os: core "operating system" - pcd: PCD (reader) side - picc: PICC (transponder) side - rewrite linker script almost from scratch (for correct DFU operation) git-svn-id: https://svn.openpcd.org:2342/trunk@142 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* Add DFU support (unfinished, doesn't actually flash yet)(no author)2006-09-051-25/+26
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@141 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - use exception vector handlers in RAM rather ROM (required for DFU to work)(no author)2006-08-251-117/+132
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@134 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - move all librfid-imported header files into include/librfid/(no author)2006-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | - import rfid_layer2_iso14443a.c from librfid - fix definition of 14443A ATQA to be __attribute__((packed)); - fix SPI DMA routines (hopefully!) - introduce new 'hexdump' function for creating hexdump debug output - move clearing SPI/UDP interrupt code to end of function to prevent re-entrance - declare spi_transceive() functions static - add hexdump debug output to DMA spi_transceive - remove tx_buf/rx_buf buffers and rather use spi_inbuf/spi_outbuf - add new "main_analog.c" program to use 'q' and 'w' to select analog output - increase interrupt stack to 1k - add _main_dbgu() function to allow 'main' programs to extend supported dbgu cmds - remove old DEBUG_TOGGLE_LED code from main.c - print ATQA that is received after successful REQA transceive in main_reqa.c - add OLIMEX make define so we can do "make TARGET=main_dumbreader OLIMEX=1" git-svn-id: https://svn.openpcd.org:2342/trunk@51 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* changed directory structure(no author)2006-07-251-0/+298
git-svn-id: https://svn.openpcd.org:2342/trunk@40 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
personal git repositories of Harald Welte. Your mileage may vary