Difference between revisions of "KONNEKTING Device Library 1.0.0-RC1 Release Notes"

From KONNEKTING Wiki
Jump to navigation Jump to search
m
Line 13: Line 13:
  
 
* Sketch:
 
* Sketch:
** '''getFreeEepromOffset''' was renamed to '''getMemoryUserSpaceStart'''
+
** Function '''getFreeEepromOffset''' was renamed to '''getMemoryUserSpaceStart''' to reflect the new memory layout.
  
 
* .kconfig.xml files have a new format. So you need to start the configuration of your devices from scratch. There's no conversion tool yet available.
 
* .kconfig.xml files have a new format. So you need to start the configuration of your devices from scratch. There's no conversion tool yet available.
 
* .kdevice.xml also has a new format. To make it work again, you need to:
 
* .kdevice.xml also has a new format. To make it work again, you need to:
 
** Add <code>SystemType</code> parameter to <code><Device></code> tag, typically <code>SystemType="1"</code>, e.g. <code><Device ManufacturerId="57005" DeviceId="255" Revision="0" SystemType="1"></code>. [[  
 
** Add <code>SystemType</code> parameter to <code><Device></code> tag, typically <code>SystemType="1"</code>, e.g. <code><Device ManufacturerId="57005" DeviceId="255" Revision="0" SystemType="1"></code>. [[  
** ... todo ...
+
** ... '''TODO''' ...
* ...todo...
+
* ... '''TODO''' ...

Revision as of 11:14, 11 March 2022

New and Noteworthy


Porting beta4 to beta5/1.0.0-RC1

Things you need to adapt or consider to port your sketch and .kdevice.xml to beta5:

  • Sketch:
    • Function getFreeEepromOffset was renamed to getMemoryUserSpaceStart to reflect the new memory layout.
  • .kconfig.xml files have a new format. So you need to start the configuration of your devices from scratch. There's no conversion tool yet available.
  • .kdevice.xml also has a new format. To make it work again, you need to:
    • Add SystemType parameter to <Device> tag, typically SystemType="1", e.g. <Device ManufacturerId="57005" DeviceId="255" Revision="0" SystemType="1">. [[
    • ... TODO ...
  • ... TODO ...