cfriedt / greybus-for-zephyr

Greybus Module for the Zephyr Real-Time Operating System
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

manifesto: version bump to eliminate configparser warning #42

Closed cfriedt closed 3 years ago

cfriedt commented 3 years ago

The only remaining warning that existed when building Greybus for Zephyr (in #34) was fixed by cfriedt/manifesto#2.

manifesto:453: DeprecationWarning: This method will be removed in future versions.  Use 'parser.read_file()' instead.
  cfg_parser.readfp(f)

There are still some Kconfig warnings when building for native_posix_64 but that is ok, I think.