commit | a6cb8b06dbdd20b96a884c2bf957f9da1e53ab32 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Thu May 09 21:55:10 2019 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Jun 12 09:17:45 2019 -0700 |
tree | f2589bb61ead477868b6a0e57671fb6f3c30d713 | |
parent | d2c724f4c9c83bef061cd0184e2161d0ded6486e [diff] |
kernel: introduce k_float_disable system call We introduce k_float_disable() system call, to allow threads to disable floating point context preservation. The system call is to be used in FP Sharing Registers mode (CONFIG_FP_SHARING=y). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>