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 3463 d 12 h Kevin / Renamed folder to be more verbose.  
154 4204 d 11 h Kevin /PIC Stuff/PIC_27J13/ Refactored function names to follow the same naming conventions.  
147 4206 d 16 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 4343 d 18 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
128 4356 d 23 h Kevin /PIC Stuff/PIC_27J13/ Access to static data storage structures changed to go through pointers to avoid banking optimization errors.  
127 4357 d 9 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 4381 d 21 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).