Subversion Repositories Code-Repo

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
156 4200 d 7 h Kevin /PIC Stuff/PIC_27J13/ Cleaned up header file definitions.  
154 4200 d 14 h Kevin /PIC Stuff/PIC_27J13/ Refactored function names to follow the same naming conventions.  
150 4200 d 21 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 21 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
129 4339 d 22 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 4353 d 12 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 20 h Kevin /PIC Stuff/PIC_27J13/ Improved handling for NFC and UART.  
122 4361 d 12 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 4378 d 1 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).