Revision: 1145 Author: robhamerling Date: Sun Aug 2 11:11:11 2009 Log: Update for dev2jal script version 0.0.76
http://code.google.com/p/jallib/source/detail?r=1145 Modified: /trunk/CHANGELOG ======================================= --- /trunk/CHANGELOG Sun Aug 2 10:25:10 2009 +++ /trunk/CHANGELOG Sun Aug 2 11:11:11 2009 @@ -22,8 +22,13 @@ T0CS bit setting added to enable_digital_io(), flash-data -> EEPROM. * ANSEL of 12F609, 12HV609, 16F610, and 16HV610 rehabilitated (these chips have no ADC, but do have an analog comparator). + * pragma code for 16-bits core specified in bytes (was words) + * 'bit*4 T0PS' of T0CON (16F72x) splitted into 'bit PSA' and 'bit*3 T0PS' - other changes: + * replaced '<type> var ... is ...' by 'alias ... is ...' (JalV2.4l) * normalized ANSx subfields of ANSELx and ADCONx to JANSEL_ANSx naming. + * bit TxSYNC in TxCON register normalized to NTxSYNC for: + T1CON of baseline and midrange and T1CON,T3CON and T5CON of 18F series. * ADCONx_[P]VCFG now both declared as multi-bit field and as enumerated bits. * fuse_def OSC now handled by table (/tools/fusedefmap.cmd) * minor changes in output formatting (for html doc generation). @@ -38,8 +43,8 @@ - adc: new ADC libraries available, handles more PICs than previous. set_digital_pin() and set_analog_pin() available for PICs where analog pins are independent (see documentation for more). - adc_hardware.jal is being deprecated - - i2c slave: bugfix: library recovers from overflow. + adc_hardware.jal is being deprecated + - i2c slave: bugfix: library recovers from overflow. jal extension: - extended queue interface and 4 queue's (01 to 04) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
