Subversion Repositories Code-Repo

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
342 3428 d 10 h Kevin / Renamed folder to be more verbose.  
154 4169 d 8 h Kevin /PIC Stuff/PIC_27J13/ Refactored function names to follow the same naming conventions.  
147 4171 d 13 h Kevin /PIC Stuff/PIC_27J13/ Renamed maindefs.h to defines.h.
Renamed led_backpack.h to led_HT16K33.h.
Added lux_TSL2561.h to interface to the TSL2561 sensor.
Changed pin bindings in defines.h to use current D0 breakout.
 
130 4308 d 15 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
128 4321 d 21 h Kevin /PIC Stuff/PIC_27J13/ Access to static data storage structures changed to go through pointers to avoid banking optimization errors.  
127 4322 d 6 h Kevin /PIC Stuff/PIC_27J13/ Added support for multiple NFC card detection in InListPassiveTarget.
Added support for NFC polling requests with InAutoPoll.
Modified NFC test code to query without locking up.
Added support for XBee API mode including escaped character (AP=2).
Added option to forward UART1 Rx to internal buffer or XBee decoder.
Added test case for XBee modules.
 
119 4346 d 19 h Kevin /PIC Stuff/PIC_27J13/ Import PIC framework for F27J13 from embedded systems. Changed framework to use lock-free buffers instead of message queues (async serial only).