This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
893977f3b4
zephyr
/
samples
/
sensor
/
thermometer
/
prj.conf
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add thermometer Change-Id: Ia561255be4f47dcb2e17bf734af77786fda80d0b Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
2016-12-03 20:33:02 +08:00
CONFIG_SENSOR=y
CONFIG_STDOUT_CONSOLE=y
samples: add FP formatting to all samples that require it Samples that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-16 23:09:47 +08:00
CONFIG_CBPRINTF_FP_SUPPORT=y