nuttx/boards/xtensa/esp32/common/src
raiden00pl 2c606a7b41 !sensors/bme680: allow sensor configuration during registration
BREAKING CHANGE: bme680_register() takes an additional "*config" argument.
When config is NULL - driver behavior is the same as before.

With this change bme680 can be configured during registration in board logic.
This way we don't have to callibrate sensor from user-space but sensor is ready
to use after registration.

This change makes the registration the same as for bme688, which is a similar
sensor.

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-06-09 11:00:25 -03:00
..
etc/init.d boards/xtensa: add support for init script on ESP32-S2|S3 2025-09-19 07:18:54 -03:00
esp32_backlight.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_bme680.c !sensors/bme680: allow sensor configuration during registration 2026-06-09 11:00:25 -03:00
esp32_bmp180.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_bmp280.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_adc.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
esp32_board_apa102_lcd.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_apds9960.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_dac.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_i2c.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_i2sdev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_mcpwm.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_pcnt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_rmt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_sdmmc.c boards/xtensa/esp32: use common board source for SDMMC 2025-06-24 08:08:55 +08:00
esp32_board_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_spidev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_spiflash.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_spislavedev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_wdt.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_board_wlan.c boards/xtensa: update board and defconfigs for Wi-Fi on ESP32|S2|S3 2025-09-14 10:41:15 +08:00
esp32_cs4344.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_es8388.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_gc9a01.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ht16k33.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ili9341.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_lcd_backpack.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ltr308.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_max6675.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_mcp2515.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ms5611.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_oneshot.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_qencoder.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_rgbled.c !drivers/pwm: remove PWM_MULTICHAN option 2026-05-18 11:35:25 -04:00
esp32_sht3x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ssd1306.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_ssd1680.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_st7789.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_tca9548a.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
esp32_zerocross.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs boards/xtensa/esp32: add I2C defconfig and update board source 2026-02-20 14:56:54 +01:00