|
1 | 1 | ================ Revision history ============================================
|
| 2 | +5.3.3 |
| 3 | + - em_cmu: 48 MHz HFRCO band selectable for devices that support it. |
| 4 | + - em_emu: Added macro guards for BU mode functionality for series 0 devices. |
| 5 | + |
| 6 | +5.3.2 |
| 7 | + - No changes. |
| 8 | + |
| 9 | +5.3.1 |
| 10 | + - em_opamp: Corrected reload of default calibration trims in OPAMP_Enable() |
| 11 | + for Series 0. |
| 12 | + - em_core: Fixed invalid parameter in CORE_YIELD_CRITICAL and |
| 13 | + CORE_YIELD_ATOMIC macros. |
| 14 | + |
| 15 | +5.3.0 |
| 16 | + - em_chip: Updated PLFRCO tuning values. |
| 17 | + - em_can: Fixed ID filter mask bug. |
| 18 | + - em_gpio: Doc updates. |
| 19 | + - em_gpio: Fixed bug in GPIO pin validation to enable PD9 on BGM121 modules. |
| 20 | + - em_ldma: Added missing signals for EFM32GG11. |
| 21 | + |
| 22 | +5.2.2: |
| 23 | + - em_emu: Fixed bug in EMU_EM4Init(), The BUBODRSTDIS field was not initialized |
| 24 | + as specified in function input parameters. |
| 25 | + |
| 26 | +5.2.1: |
| 27 | + - em_emu: Fixed a problem with handling of DCDC bypass current limiter |
| 28 | + that may cause brownout reset. |
| 29 | + - em_chip: Added workaround for errata DCDC-E206 for EFR32xG1x devices. |
| 30 | + - em_cmu: Fixed handling of HFCLKLE prescaling at frequencies above 64 MHz. |
| 31 | + |
| 32 | +5.2.0: |
| 33 | + - em_cmu: Added flash wait state handling for all devices that can scale down |
| 34 | + the voltage. |
| 35 | + - em_adc: Fixed bug where ADC SINGLECTRLX register fields VREFSEL, PRSSEL and |
| 36 | + FIFOOFACT was not cleared when calling ADC_InitSingle(). |
| 37 | + - em_msc: Removed call to SystemCoreClockGet() in MSC_Init. |
| 38 | + - em_msc: MSC_WriteWordFast() can now only be used when executing code from |
| 39 | + RAM on parts that include a flash write buffer. |
| 40 | + - em_emu: Using VMON calibration values to set voltage thresholds when |
| 41 | + calling EMU_VmonInit() and EMU_VmonHystInit(). The DI page contains |
| 42 | + calibration values for 1.86 V and 2.98 V for each VMON channel. Updated |
| 43 | + VMON supported voltage range to 1.62V-3.4V. |
| 44 | + - em_emu: Added EMU_Save() and changed EMU_EnterEM2() and EMU_EnterEM3() |
| 45 | + to only save the state if the restore parameter is true. |
| 46 | + - em_usart: Fixed USART async baudrate calculation for EFM32HG devices. |
| 47 | + The extra fractional bits in the CLKDIV register was not used. |
| 48 | + - Added support for EFM32GG11B devices. This includes new modules for |
| 49 | + Quad SPI (em_qspi) and CAN (em_can). This also includes |
| 50 | + changes to other emlib modules in order to support the changes in the |
| 51 | + register interface of the new device. |
| 52 | + - em_cmu: Added DPLL support. Added support for asynchronous clocks for |
| 53 | + ADC, reference clocks for QSPI and SDIO and USB rate clock. Added |
| 54 | + functions to support the USHFRCO and clock select for HFXOX2. |
| 55 | + - em_gpio: Using single cycle set and clear of DOUT on platforms |
| 56 | + where this is supported. |
| 57 | + - em_lesense: Added configuration of DACCHnEN and DACSTARTUP bits in |
| 58 | + LESENSE->PERCTRL in LESENSE_Init() and init struct. Also changed |
| 59 | + default values for LESENSE_AltExDesc_TypeDef and |
| 60 | + LESENSE_ChDesc_TypeDef to be disabled by default. |
| 61 | + |
| 62 | +5.1.3: |
| 63 | + - No changes. |
| 64 | + |
2 | 65 | 5.1.2:
|
3 | 66 | Misc. bugfixes and improvements.
|
4 | 67 |
|
|
0 commit comments