Menu

Code Commit Log


Commit Date  
[r1723] by evanvennn

Latest AVRDx DAT files

2024-10-01 06:08:27 Tree
[r1722] by evanvennn

New: Removal constant contraints handler in the Delay section { added in 1720] []

2024-09-30 15:56:18 Tree
[r1721] by evanvennn

New: Add AVRDx Fixed mode PWM

2024-09-23 17:01:36 Tree
[r1720] by evanvennn

New: Improved Constant definition process. Assignment are handled correctly with recursive replacement and proper numeric assessment.

2024-09-23 16:56:51 Tree
[r1719] by evanvennn
2024-09-22 10:40:19 Tree
[r1718] by evanvennn

Fix: Revised USART_BLOCKING_TIMEOUT to move within a script.

2024-09-22 10:39:25 Tree
[r1717] by evanvennn

New: AVRDx adding READAD() and READAR10().

Optional control constants

Adding additional constants to the user program can save up to 61 words but the functions are constrained to a specific PORTx_Piny

Set explicit port.pin - this will prevent any table lookup - would be used when either a single ADC is used, or, an error in the lookup table
* Saves 22 words but makes the READAD and READAD10 locked on the specified PORTx_Piny
* ANIx MUST be correct for the specified PORTx_Piny

//~ for AIN1 on a MEGA4809
#DEFINE AVRX_ADC_PORTx_PinyCTRL PORTD_Pin1CTRL
Do not cache the port.pin setting. Therefore, user needs to manage the PORTx_PinyCTRL state.
* Saves 9 words

#DEFINE AVRX_ADC_NOCACHE_PORTx_PinyCTRL
Change the ADC frequency. No program size impact. This just overrides the default value

#DEFINE AVRX_ADC_PRESC_DIV 16 // Options "

2024-09-22 10:38:11 Tree
[r1716] by evanvennn

Version number only. No functional change.

2024-09-22 10:36:10 Tree
[r1715] by evanvennn

New: Improved BIT handling error messages for AVRDx

2024-09-22 06:58:49 Tree
[r1714] by evanvennn

New: Added option for a Timed out USART_BLOCKING, the time out is defined in milliseconds by def USART_BLOCKING_TIMEOUT - Angel Mier
Fixed a bug where CREN was not set for 16F15xx devices.

2024-09-20 10:44:33 Tree
Older >