intel / zephyr.js

JavaScript* Runtime for Zephyr* OS
Other
180 stars 65 forks source link

FYI: Changes required for Zephyr 1.13 #1896

Closed pfalcon closed 5 years ago

pfalcon commented 5 years ago

Zephyr 1.13 has some refactoring which required updates to the client apps. Here's the list I know about:

  1. Net configuration lib was split from net_app lib. A few config options were renamed from CONFIG_NETAPP to CONFIG_NETCONFIG . An example of the changes required can be seen at https://github.com/pfalcon/micropython/commit/f27f79da52eae4e4ca2a89c70c711ef24249b3a5 .
  2. There're also some CMake related changes, Z.js may be affected or not. Example of changes at https://github.com/pfalcon/micropython/commit/1b0f05abda4ccd076b6ec9656abb46bc2bb1c827
pfalcon commented 5 years ago

Superceded by https://github.com/intel/zephyr.js/issues/1899