Subversion Repositories Code-Repo

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
161 4155 d 2 h Kevin /PIC Stuff/PICX_27J13/ Wrote a test case that uses RTC, NFC, lux sensor, led backpack, character OLED display, and SSD1331 OLED display.  
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
160 4197 d 4 h Kevin /PIC Stuff/PICX_27J13/ Wrote library for the DS3231 Real Time Clock.
Added test case to display current time onto OLED character display.
 
/PIC Stuff/PICX_27J13/sensor_rtc_DS3231.c
/PIC Stuff/PICX_27J13/sensor_rtc_DS3231.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
159 4198 d 6 h Kevin /PIC Stuff/PICX_27J13/ Wrote basic libraries for interfacing to L3G* and LSM303* sensors.  
/PIC Stuff/PICX_27J13/sensor_accel_LSM303.c
/PIC Stuff/PICX_27J13/sensor_accel_LSM303.h
/PIC Stuff/PICX_27J13/sensor_gyro_L3G.c
/PIC Stuff/PICX_27J13/sensor_gyro_L3G.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
158 4200 d 6 h Kevin /PIC Stuff/PICX_27J13/ Changed the file naming to something thats a bit more sortable.  
/PIC Stuff/PICX_27J13/base_ADC.c
/PIC Stuff/PICX_27J13/base_ADC.h
/PIC Stuff/PICX_27J13/base_I2C.c
/PIC Stuff/PICX_27J13/base_I2C.h
/PIC Stuff/PICX_27J13/base_INTERRUPTS.c
/PIC Stuff/PICX_27J13/base_INTERRUPTS.h
/PIC Stuff/PICX_27J13/base_SPI.c
/PIC Stuff/PICX_27J13/base_SPI.h
/PIC Stuff/PICX_27J13/base_TIMERS.c
/PIC Stuff/PICX_27J13/base_TIMERS.h
/PIC Stuff/PICX_27J13/base_UART.c
/PIC Stuff/PICX_27J13/base_UART.h
/PIC Stuff/PICX_27J13/comm_xbee.c
/PIC Stuff/PICX_27J13/comm_xbee.h
/PIC Stuff/PICX_27J13/display_led_HT16K33.c
/PIC Stuff/PICX_27J13/display_led_HT16K33.h
/PIC Stuff/PICX_27J13/display_oled_NHD-0216KZW-AB5.c
/PIC Stuff/PICX_27J13/display_oled_NHD-0216KZW-AB5.h
/PIC Stuff/PICX_27J13/display_oled_ssd1306.c
/PIC Stuff/PICX_27J13/display_oled_ssd1306.h
/PIC Stuff/PICX_27J13/display_oled_ssd1331.c
/PIC Stuff/PICX_27J13/display_oled_ssd1331.h
/PIC Stuff/PICX_27J13/sensor_lux_TSL2561.c
/PIC Stuff/PICX_27J13/sensor_lux_TSL2561.h
/PIC Stuff/PICX_27J13/sensor_nfc_PN532.c
/PIC Stuff/PICX_27J13/sensor_nfc_PN532.h
/PIC Stuff/PICX_27J13/sensor_temp_BMP085.c
/PIC Stuff/PICX_27J13/sensor_temp_BMP085.h
/PIC Stuff/PICX_27J13/adc.c
/PIC Stuff/PICX_27J13/adc.h
/PIC Stuff/PICX_27J13/i2c.c
/PIC Stuff/PICX_27J13/i2c.h
/PIC Stuff/PICX_27J13/interrupts.c
/PIC Stuff/PICX_27J13/interrupts.h
/PIC Stuff/PICX_27J13/led_HT16K33.c
/PIC Stuff/PICX_27J13/led_HT16K33.h
/PIC Stuff/PICX_27J13/lux_TSL2561.c
/PIC Stuff/PICX_27J13/lux_TSL2561.h
/PIC Stuff/PICX_27J13/nfc_PN532.c
/PIC Stuff/PICX_27J13/nfc_PN532.h
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.c
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.h
/PIC Stuff/PICX_27J13/oled_ssd1306.c
/PIC Stuff/PICX_27J13/oled_ssd1306.h
/PIC Stuff/PICX_27J13/oled_ssd1331.c
/PIC Stuff/PICX_27J13/oled_ssd1331.h
/PIC Stuff/PICX_27J13/spi.c
/PIC Stuff/PICX_27J13/spi.h
/PIC Stuff/PICX_27J13/temp_BMP085.c
/PIC Stuff/PICX_27J13/temp_BMP085.h
/PIC Stuff/PICX_27J13/timers.c
/PIC Stuff/PICX_27J13/timers.h
/PIC Stuff/PICX_27J13/uart.c
/PIC Stuff/PICX_27J13/uart.h
/PIC Stuff/PICX_27J13/xbee.c
/PIC Stuff/PICX_27J13/xbee.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
157 4208 d 8 h Kevin /PIC Stuff/PICX_27J13/ BMP085 sensor and XBee code is now working.
24 bit float/double must be enabled in the configuration.
 
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/i2c.c
/PIC Stuff/PICX_27J13/interrupts.c
/PIC Stuff/PICX_27J13/lux_TSL2561.c
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/Makefile-impl.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-variables.mk
/PIC Stuff/PICX_27J13/nbproject/Package-default.bash
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
/PIC Stuff/PICX_27J13/oled_ssd1306.c
/PIC Stuff/PICX_27J13/temp_BMP085.c
/PIC Stuff/PICX_27J13/xbee.c
/PIC Stuff/PICX_27J13/xbee.h
156 4208 d 23 h Kevin /PIC Stuff/PIC_27J13/ Cleaned up header file definitions.  
/PIC Stuff/PIC_27J13/adc.h
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/i2c.h
/PIC Stuff/PIC_27J13/interrupts.h
/PIC Stuff/PIC_27J13/pin_interrupts.h
/PIC Stuff/PIC_27J13/pwm.h
/PIC Stuff/PIC_27J13/timers.h
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.h
155 4208 d 23 h Kevin /PIC Stuff/PICX_27J13/ Copied and reimplemented libraries for sensors from C18.
BMP085 and XBee code is not yet fully implemented.
 
/PIC Stuff/PICX_27J13/adc.c
/PIC Stuff/PICX_27J13/adc.h
/PIC Stuff/PICX_27J13/glcdfont.c
/PIC Stuff/PICX_27J13/i2c.c
/PIC Stuff/PICX_27J13/i2c.h
/PIC Stuff/PICX_27J13/interrupts.c
/PIC Stuff/PICX_27J13/interrupts.h
/PIC Stuff/PICX_27J13/led_HT16K33.c
/PIC Stuff/PICX_27J13/led_HT16K33.h
/PIC Stuff/PICX_27J13/lux_TSL2561.c
/PIC Stuff/PICX_27J13/lux_TSL2561.h
/PIC Stuff/PICX_27J13/nbproject/private/SuppressibleMessageMemo.properties
/PIC Stuff/PICX_27J13/nfc_PN532.c
/PIC Stuff/PICX_27J13/nfc_PN532.h
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.c
/PIC Stuff/PICX_27J13/oled_NHD-0216KZW-AB5.h
/PIC Stuff/PICX_27J13/oled_ssd1306.c
/PIC Stuff/PICX_27J13/oled_ssd1306.h
/PIC Stuff/PICX_27J13/oled_ssd1331.c
/PIC Stuff/PICX_27J13/oled_ssd1331.h
/PIC Stuff/PICX_27J13/spi.c
/PIC Stuff/PICX_27J13/spi.h
/PIC Stuff/PICX_27J13/temp_BMP085.c
/PIC Stuff/PICX_27J13/temp_BMP085.h
/PIC Stuff/PICX_27J13/timers.c
/PIC Stuff/PICX_27J13/timers.h
/PIC Stuff/PICX_27J13/xbee.c
/PIC Stuff/PICX_27J13/xbee.h
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
/PIC Stuff/PICX_27J13/nbproject/private/private.xml
/PIC Stuff/PICX_27J13/uart.c
/PIC Stuff/PICX_27J13/uart.h
154 4209 d 6 h Kevin /PIC Stuff/PIC_27J13/ Refactored function names to follow the same naming conventions.  
/PIC Stuff/PIC_27J13/interrupts.h
/PIC Stuff/PIC_27J13/led_HT16K33.c
/PIC Stuff/PIC_27J13/led_HT16K33.h
/PIC Stuff/PIC_27J13/lux_TSL2561.c
/PIC Stuff/PIC_27J13/lux_TSL2561.h
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/nbproject/private/private.xml
/PIC Stuff/PIC_27J13/nfc_PN532.c
/PIC Stuff/PIC_27J13/nfc_PN532.h
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
153 4209 d 9 h Kevin /PIC Stuff/PICX_27J13/ Removed unnecessary build folders.  
/PIC Stuff/PICX_27J13/build
/PIC Stuff/PICX_27J13/dist
/PIC Stuff/PICX_27J13
152 4209 d 9 h Kevin /PIC Stuff/PICX_27J13/ Created a copy of the PIC code to port over to the XC8 compiler.  
/PIC Stuff/PICX_27J13
/PIC Stuff/PICX_27J13/Makefile
/PIC Stuff/PICX_27J13/build
/PIC Stuff/PICX_27J13/build/default
/PIC Stuff/PICX_27J13/build/default/production
/PIC Stuff/PICX_27J13/build/default/production/main.p1
/PIC Stuff/PICX_27J13/build/default/production/main.p1.d
/PIC Stuff/PICX_27J13/build/default/production/main.pre
/PIC Stuff/PICX_27J13/build/default/production/uart.p1
/PIC Stuff/PICX_27J13/build/default/production/uart.p1.d
/PIC Stuff/PICX_27J13/build/default/production/uart.pre
/PIC Stuff/PICX_27J13/defines.h
/PIC Stuff/PICX_27J13/dist
/PIC Stuff/PICX_27J13/dist/default
/PIC Stuff/PICX_27J13/dist/default/production
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.cof
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.hex
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.hxl
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.lst
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.map
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.obj
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.rlf
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.sdb
/PIC Stuff/PICX_27J13/dist/default/production/PICX_27J13.X.production.sym
/PIC Stuff/PICX_27J13/dist/default/production/doprnt.d
/PIC Stuff/PICX_27J13/dist/default/production/doprnt.p1
/PIC Stuff/PICX_27J13/dist/default/production/doprnt.pre
/PIC Stuff/PICX_27J13/funclist
/PIC Stuff/PICX_27J13/main.c
/PIC Stuff/PICX_27J13/nbproject
/PIC Stuff/PICX_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PICX_27J13/nbproject/Makefile-impl.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PICX_27J13/nbproject/Makefile-variables.mk
/PIC Stuff/PICX_27J13/nbproject/Package-default.bash
/PIC Stuff/PICX_27J13/nbproject/configurations.xml
/PIC Stuff/PICX_27J13/nbproject/private
/PIC Stuff/PICX_27J13/nbproject/private/configurations.xml
/PIC Stuff/PICX_27J13/nbproject/private/private.properties
/PIC Stuff/PICX_27J13/nbproject/private/private.xml
/PIC Stuff/PICX_27J13/nbproject/project.properties
/PIC Stuff/PICX_27J13/nbproject/project.xml
/PIC Stuff/PICX_27J13/uart.c
/PIC Stuff/PICX_27J13/uart.h
151 4209 d 9 h Kevin /PIC Stuff/PIC_27J13/ Re-factored function names.  
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/interrupts.h
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/nbproject/private/private.xml
150 4209 d 13 h Kevin /PIC Stuff/PIC_27J13/ Implemented library for interfacing to the BMP085 sensor.
Added support for printing float values through UART.
 
/PIC Stuff/PIC_27J13/temp_BMP085.c
/PIC Stuff/PIC_27J13/temp_BMP085.h
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
149 4211 d 0 h Kevin /PIC Stuff/PIC_27J13/ Wrote a simple test to take LUX output and show it on the OLED character display.  
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/main.c
148 4211 d 0 h Kevin /PIC Stuff/PIC_27J13/ Implemented library for the TSL2561 light sensor.
Implemented library for the OLED 16x2 character display (NHD-0216KZW-AB5).
 
/PIC Stuff/PIC_27J13/nfc_PN532.c
/PIC Stuff/PIC_27J13/nfc_PN532.h
/PIC Stuff/PIC_27J13/oled_NHD-0216KZW-AB5.c
/PIC Stuff/PIC_27J13/oled_NHD-0216KZW-AB5.h
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/nfc.h
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/lux_TSL2561.c
/PIC Stuff/PIC_27J13/lux_TSL2561.h
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/oled_ssd1306.c
147 4211 d 11 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.
 
/PIC Stuff/PIC_27J13/defines.h
/PIC Stuff/PIC_27J13/led_HT16K33.c
/PIC Stuff/PIC_27J13/led_HT16K33.h
/PIC Stuff/PIC_27J13/lux_TSL2561.c
/PIC Stuff/PIC_27J13/lux_TSL2561.h
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/led_backpack.h
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/i2c.h
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nbproject/private/configurations.xml
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/oled_ssd1331.h
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/spi.h
/PIC Stuff/PIC_27J13/timers.c
/PIC Stuff/PIC_27J13/timers.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/xbee.c
130 4348 d 13 h Kevin /PIC Stuff/PIC_27J13/ Updated linker file to support large (>256b) buffers for XBee and UART modules.  
/PIC Stuff/PIC_27J13/18f27j13.lkr
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
129 4348 d 13 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.
 
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/Adafruit_GFX.h
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/Makefile-local-default.mk
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/oled_ssd1306.h
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/oled_ssd1331.h
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.h
128 4361 d 19 h Kevin /PIC Stuff/PIC_27J13/ Access to static data storage structures changed to go through pointers to avoid banking optimization errors.  
/PIC Stuff/PIC_27J13/Adafruit_GFX.c
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/i2c.c
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/oled_ssd1306.c
/PIC Stuff/PIC_27J13/spi.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/xbee.c
127 4362 d 4 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.
 
/PIC Stuff/PIC_27J13/interrupts.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nbproject/Makefile-default.mk
/PIC Stuff/PIC_27J13/nbproject/Makefile-genesis.properties
/PIC Stuff/PIC_27J13/nbproject/configurations.xml
/PIC Stuff/PIC_27J13/oled_ssd1331.c
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h
/PIC Stuff/PIC_27J13/xbee.c
/PIC Stuff/PIC_27J13/xbee.h
126 4365 d 12 h Kevin /PIC Stuff/PIC_27J13/ Improved handling for NFC and UART.  
/PIC Stuff/PIC_27J13/adc.c
/PIC Stuff/PIC_27J13/adc.h
/PIC Stuff/PIC_27J13/led_backpack.c
/PIC Stuff/PIC_27J13/main.c
/PIC Stuff/PIC_27J13/maindefs.h
/PIC Stuff/PIC_27J13/nfc.c
/PIC Stuff/PIC_27J13/nfc.h
/PIC Stuff/PIC_27J13/uart.c
/PIC Stuff/PIC_27J13/uart.h

Show All