Releases: parezj/EMBO
Releases · parezj/EMBO
EMBO (App 0.1.5 + Firmware 0.2.4)
Minimum firmware version required: 0.2.3
App changelog:
0.1.5 - 11.6.2021
- High DPI screens compatibility
- FFT size can be adjusted
- ETS mode
- screenshot and export file name bug fixed
- PWM, SGEN and CNTR windows redesigned
Firmware changelog:
0.2.4 - 10.10.2021
- fixed critical bug (daq.c:725) was LL_TIM_EnableDMAReq instead of Disable
- F103RE full support added
0.2.3 - 27.9.2021
- 2 channel Signal Generator (fw + sq)
- L412KB full support added
- Qt fixed wrong font scaling on high DPI displays (SetProcessDpiAwarenessContext)
- fixed daq_enable(EM_FALSE) - added timeout between disable timer and ADC, which was causing channels order failure
- fixed modes AUTO/DISABLED - trigger position was incorrectly set as last, not first
- fixed ADC2 in L4 series - DEEPPWD was incorrectly enabled
- fixed missing libs in qt project src dir (libfftw3-3.dll, libqBreakpad.a)
- project structure refactored
0.2.2 - 11.6.2021
- Qt FFT size can be adjusted
- ETS (Equivalent Time Sampling - Stroboscopic) mode added to SCOPE
- task priorities changed (critical)