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 3459 d 0 h Kevin / Renamed folder to be more verbose.  
156 4199 d 15 h Kevin /PIC Stuff/PIC_27J13/ Cleaned up header file definitions.  
154 4199 d 23 h Kevin /PIC Stuff/PIC_27J13/ Refactored function names to follow the same naming conventions.  
150 4200 d 5 h Kevin /PIC Stuff/PIC_27J13/ Implemented library for interfacing to the BMP085 sensor.
Added support for printing float values through UART.
 
130 4339 d 5 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
129 4339 d 6 h Kevin /PIC Stuff/PIC_27J13/ Removed dependence on Adafruit's GFX library for SSD1306 and SSD1331 modules.
Centralized pin allocation defines in maindefs.h.
Reduces size of some buffers to remove RAM allocation errors.
 
127 4352 d 21 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.
 
126 4356 d 5 h Kevin /PIC Stuff/PIC_27J13/ Improved handling for NFC and UART.  
122 4360 d 20 h Kevin /PIC Stuff/PIC_27J13/ Changed a few function names and added support for inserting text at the beginning of the OLED display.  
119 4377 d 9 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).