MEN-Mikro-Elektronik / 13MD05-90

MDIS5 System Package for Linux (including drivers)
Other
4 stars 4 forks source link

Update git submodules #270

Closed mad-jsanjuan closed 1 year ago

mad-jsanjuan commented 1 year ago

Try to update these two components again. This time the CI should lets us know whether this builds or not ;)

Submodule MDISforLinux/INCLUDE/COM/MEN e20a5fc..b901065:
  > Fix: Allow compilation for OS other than VxWorks
  > Change CHAMELEONV2_* interface for VxWorks only
  > Extended tu_bytes_per_sec prototype to use int64
  > Added I2C address for compatible RTC replacement
  > Added cleanup from WindRivers VxWorks 7 port
  > Added entry for 16Z193_DMODE to chameleon table
Submodule MDISforLinux/LIBSRC/CHAMELEON/COM de997b3..a1016cd:
  > Fix: Use regHandle in VxWorks only (vxbus related)
  > Added VxWorks 7 port from WindRiver
JFriesz commented 1 year ago

Thanks for adding the CI! All remaining compile errors are related to missing UINT* macros, which are defined within VxWorks. Wrapped the section in an #ifdef block - see updated mdis_include_com_men