jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.3k stars 197 forks source link

Enable POSIX API in proj.conf #298

Closed Kampi closed 3 months ago

Kampi commented 3 months ago

Is this right @jakkra?

https://github.com/jakkra/ZSWatch/blob/b271ddf0f0f5cf526ab90f48a0818229dc588006/app/prj.conf#L158

Imo it should be removed there and moved completely to native_posix.conf

jakkra commented 3 months ago

Nope, this is correct I think, posix api gives the time functions etc for example I think. This is unrelated to native posix.

But you can try and see if it builds without, of so then it can be removed.

Kampi commented 3 months ago

You are right :)