ES32F033x ALD Release Note
V1.00 2018-12-26
- First release
V1.01 2019-03-25
- Delete TIMER alias
- Change TEMP to TSENSE
- Public functions add "ald_" prefix
V1.02 2019-12-26
- Fixed bug in TSENSE
V1.03 2020-05-07
- Add parameter check in ald_trng_init()
- Add ping-pong, scatter-gather modes in DMA module
- Change I2C slave mode Addressing type seting method into ald_i2c_init()
- Add I2C master mode clock mode select into i2c_configure_speed()
- Add ald_pmu_standby_enter() in PMU module
V1.04 2020-05-20
- Modify the ADC module structure member variables
- Update ADC module driver
V1.05 2020-07-14
- Add API: ald_cmu_current_clock_source_get()
- Modify the API related to DMA in the TIMER module
- Delete invalid member variable "over_sampling" in structure "usart_init_t"
- Add API: ald_dma_descriptor_cplt_get() in DMA module
- Optimize ald_dma_config_sg_per() in DMA module
- Add API to get UID/CHIPID in utils.h
- Delete the operation of writing SSEC register in RTC module
- Make the code comply with "C-STAT(STDCHECKS)" specification