ES32F033x ALD Release Note

V1.00 2018-12-26

  1. First release

V1.01 2019-03-25

  1. Delete TIMER alias
  2. Change TEMP to TSENSE
  3. Public functions add "ald_" prefix

V1.02 2019-12-26

  1. Fixed bug in TSENSE

V1.03 2020-05-07

  1. Add parameter check in ald_trng_init()
  2. Add ping-pong, scatter-gather modes in DMA module
  3. Change I2C slave mode Addressing type seting method into ald_i2c_init()
  4. Add I2C master mode clock mode select into i2c_configure_speed()
  5. Add ald_pmu_standby_enter() in PMU module

V1.04 2020-05-20

  1. Modify the ADC module structure member variables
  2. Update ADC module driver

V1.05 2020-07-14

  1. Add API: ald_cmu_current_clock_source_get()
  2. Modify the API related to DMA in the TIMER module
  3. Delete invalid member variable "over_sampling" in structure "usart_init_t"
  4. Add API: ald_dma_descriptor_cplt_get() in DMA module
  5. Optimize ald_dma_config_sg_per() in DMA module
  6. Add API to get UID/CHIPID in utils.h
  7. Delete the operation of writing SSEC register in RTC module
  8. Make the code comply with "C-STAT(STDCHECKS)" specification