You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix scope trigger and enumeration type (#87)
* removed MCU data width scaling, trigger point calculation for array element
* reinserting get_variable_raw
This method was refactored in version 0.1 to internal method _get_variable_instance.
VariableInfo was moved from Parser class to Variable class.
The example SFR_Example.py was made to test this behavior but was not included into the tests. It is not yet included.
* refactored some examples to fix logging
* fix SFR example to import the right library
* change get_device_id example
* Fixed enum variable types (static only) inside structures still not working
* Enhancing enum implementation with architecture considerations (data width)
* fixed import error on LNet the code was importing the module and should import the class.
---------
Co-authored-by: Edras Pacola <edras.pacola@microchip.com>
* bump version to 0.4.1.
---------
Co-authored-by: X2Cscope <73351552+X2Cscope@users.noreply.github.com>
0 commit comments