Revision: 1169 Author: robhamerling Date: Thu Aug 6 00:51:25 2009 Log: Updated for the lastest changes in the device files
http://code.google.com/p/jallib/source/detail?r=1169 Modified: /trunk/CHANGELOG ======================================= --- /trunk/CHANGELOG Sun Aug 2 11:11:11 2009 +++ /trunk/CHANGELOG Thu Aug 6 00:51:25 2009 @@ -1,6 +1,10 @@ jallib-next: ----------- +Released yyyy-mm-dd + +Changes since 0.3 + device files: - based on MPLAB version 8.33, new device files for 12F520, 18F66J93, 18F67J93, 18F86J93, 18F87J93, 18F87K22, 18F87K90. @@ -20,15 +24,17 @@ 0xF00+AccessBankSplitOffset are declared 'shared'. * 12F519: registers renamed: PORTB -> GPIO/PORTA, TRISB -> TRISIO; T0CS bit setting added to enable_digital_io(), flash-data -> EEPROM. + * 12F526: fixed missing bit fields of EECON. * 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' + * 'bit*4 PS' of T0CON (16F72x) splitted into 'bit PSA' and 'bit*3 PS' - 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. + * Normalized TxCON_TOUTPS to TxCON_TxOUTPS for 18Fs * 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). @@ -53,7 +59,7 @@ - compiler: - - + - JalV2 version 2.4l (required for 'alias' keywords in device files) project: - @@ -62,6 +68,10 @@ jallib-0.3.0: ------------ +Released 2009-05-23 + +Changes since 0.2 + device files: - added tested device file 16f84a - changed name OSCCON_IOSCF to OSCCON_IRCF for 16F690 and @@ -106,6 +116,10 @@ jallib-0.2: ----------- +Released 2009-02-01 + +Changes since 0.1 + device files: - corrected program memory specifications for 18Fs - normalized MSSP register names @@ -130,7 +144,7 @@ jallib-0.1: ---------- -Released on 2009-01-02 +Released 2009-01-02 Changes since 0.1beta: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
