Revision: 1577 Author: bvwelch Date: Thu Dec 31 17:35:49 2009 Log: add several libraries and samples to release
http://code.google.com/p/jallib/source/detail?r=1577 Modified: /trunk/TORELEASE ======================================= --- /trunk/TORELEASE Wed Dec 9 01:12:24 2009 +++ /trunk/TORELEASE Thu Dec 31 17:35:49 2009 @@ -204,6 +204,7 @@ include/device/chipdef_jallib.jal # Externals +include/external/can/can_mcp2515.jal include/external/co2/co2_t6603.jal include/external/humidity/humidity_sht.jal include/external/keyboard/keyboard.jal @@ -212,8 +213,10 @@ include/external/lcd/lcd_hd44780_8.jal include/external/lcd/lcd_hd44780_common.jal include/external/lcd/lcd_hd44780_serial_sw.jal +include/external/lcd/lcd_sterm_master.jal include/external/ranger/ir/ir_ranger_gp2d02.jal include/external/seven_segment/seven_segment.jal +include/external/storage/eeprom/ee_25aa02e48.jal include/external/storage/eeprom/eeprom_24lc256.jal include/external/storage/harddisk/pata_hard_disk.jal include/external/storage/ram/23k256/sram_23k256.jal @@ -243,11 +246,16 @@ include/jal/rtc_isr_tmr0.jal include/jal/unittest.jal +# Protocols +include/protocol/can_ascii.jal +include/protocol/canopen.jal + # Peripherals include/peripheral/adc/adc.jal include/peripheral/adc/adc_channels.jal include/peripheral/adc/adc_clock.jal include/peripheral/adc/adc_hardware.jal +include/peripheral/can/can_legacy.jal include/peripheral/data_eeprom/pic_data_eeprom.jal include/peripheral/i2c/i2c_hardware.jal include/peripheral/i2c/i2c_hw_slave.jal @@ -402,8 +410,11 @@ sample/16f818_blink.jal sample/16f819_blink.jal sample/16f819_blink_intosc.jal +sample/16f819_canopen_mcp2515_txhb.jal +sample/16f819_ee25aa02e48_lcd.jal sample/16f819_lcd_hd44780_4_1.jal sample/16f819_lcd_hd44780_4_4.jal +sample/16f819_mcp2515_can_monitor.jal sample/16f84a_blink.jal sample/16f87_blink.jal sample/16f870_blink.jal @@ -594,6 +605,9 @@ sample/18f258_blink.jal sample/18f2580_blink.jal sample/18f2585_blink.jal +sample/18f2585_can_monitor.jal +sample/18f2585_can_serial_adapter.jal +sample/18f2585_can_serial_hw.jal sample/18f25j10_blink.jal sample/18f2610_blink.jal sample/18f2620_blink.jal -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
