summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/openpcd.h
Commit message (Collapse)AuthorAgeFilesLines
* move to new directorylaforge2006-09-121-165/+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/+2
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@182 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - Introduce new "BOARD=" make parameter to distinguish between PICC and PCD PIO(no author)2006-09-101-6/+22
| | | | | | | - Fix PIO assignments to accomodate post-production change in PICC schematics git-svn-id: https://svn.openpcd.org:2342/trunk@175 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* use SPI controllers internal timeout(no author)2006-09-101-3/+3
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@171 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* add PIO definitions for new PICC simulator hardware(no author)2006-09-101-8/+47
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@162 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - we now definitely use PA22 for UDP_PUP, since SAM-BA wants to use PA16,(no author)2006-09-091-2/+8
| | | | | | | | but in inverted fashion. - Move MCLK definition to this header git-svn-id: https://svn.openpcd.org:2342/trunk@157 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - cosmetic cleanup(no author)2006-09-091-3/+0
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@146 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* add verbose PIO A mapping comment(no author)2006-09-091-0/+50
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@143 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - major reorganization, split source tree in(no author)2006-09-091-43/+0
| | | | | | | | | | - 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-0/+16
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@141 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - fix size for request contexts to 64 bytes(no author)2006-08-231-4/+7
| | | | | | | - fix GPIO definitions for olimex board git-svn-id: https://svn.openpcd.org:2342/trunk@128 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* major rework of carrier division signals:(no author)2006-08-081-7/+10
| | | | | | | | | | | | | 1) RFID_RESET moved PA29 -> PA5 2) MFIN (PWM0 output) moved PA0 -> PA23 3) PA0 recondfigured as TIOA0 output (CDIV_HELP) 4) PA29 reconfigured as TCLK2 input 5) TIOA0 (PA0) interconnected with TCLK2 (PA29) 6) PA1 reconfigured as TIOB0 output (CARRIER_DIV) 7) TIOB0 (PA1) interconnected with SSC_RK (PA19) git-svn-id: https://svn.openpcd.org:2342/trunk@87 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* add some more state and PIO constants(no author)2006-08-081-0/+6
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@80 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* introduce new req_ctx api and handling (no author)2006-07-301-6/+18
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@59 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* fix MFIN/MFOUT definitions(no author)2006-07-271-2/+2
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@49 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* major rework(no author)2006-07-241-10/+18
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@35 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* add interrupt priority definitions(no author)2006-07-231-0/+4
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@24 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* - add S256 linker script(no author)2006-07-221-1/+9
| | | | | | | | - add USB transmit routines - connect usb OUT endpoint with parser / spi git-svn-id: https://svn.openpcd.org:2342/trunk@10 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* fix spi(no author)2006-07-211-3/+9
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@9 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* implement spi transceive(no author)2006-07-211-0/+2
| | | | git-svn-id: https://svn.openpcd.org:2342/trunk@7 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
* update(no author)2006-07-031-0/+30
git-svn-id: https://svn.openpcd.org:2342/trunk@3 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
personal git repositories of Harald Welte. Your mileage may vary