Logo
Explore Help
Register Sign In
fengqi/lv_micropython
1
0
Fork 0
You've already forked lv_micropython
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
lv_micropython/ports/zephyr/prj_frdm_k64f.conf

11 lines
169 B
Plaintext
Raw Normal View History

zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support.
2017-01-27 23:48:42 +03:00
# Networking drivers
CONFIG_NET_L2_ETHERNET=y
zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor. Adds the fxos8700 accelerometer/magnetometer/die temperature sensor to the frdm_k64f board configuration.
2019-02-28 13:14:41 -06:00
zephyr: Switch back to enabling I2C in board-specific configs. I2C can't be enabled in prj_base.conf because it's a board-specific feature. For example, if a board doesn't have I2C but CONFIG_I2C=y then the build will fail (on Zephyr build system side). The patch here gets the qemu_cortex_m3 build working again.
2019-03-28 16:15:42 +02:00
# Hardware features
CONFIG_I2C=y
zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor. Adds the fxos8700 accelerometer/magnetometer/die temperature sensor to the frdm_k64f board configuration.
2019-02-28 13:14:41 -06:00
# Sensor drivers
CONFIG_FXOS8700=y
CONFIG_FXOS8700_MODE_HYBRID=y
CONFIG_FXOS8700_TEMP=y
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 73ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API