forked from EmbeddedTeam/app_photomagnetic
- Add CONFIG_SAMPLE_NTC to CMakeLists.txt and Kconfig - Implement PI temperature controller with PWM output in heating.hpp - Convert NtcGroup from template to non-template class - Add LED helper class with flash support - Implement COM protocol handlers for device ID and running state - Add SPI, sensor, and PWM configuration to prj.conf - Remove indicator overlay and update main.cpp with temperature monitoring - Add test script for serial protocol communication
25 lines
488 B
Plaintext
25 lines
488 B
Plaintext
CONFIG_CBPRINTF_FP_SUPPORT=y
|
|
CONFIG_STD_CPP23=y
|
|
CONFIG_CPP=y
|
|
CONFIG_REQUIRES_FULL_LIBCPP=y
|
|
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_HWINFO=y
|
|
|
|
CONFIG_ADC=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_STM32=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_ADC_MCP320X_ACQUISITION_THREAD_STACK_SIZE=2048
|
|
CONFIG_REBOOT=y
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_PWM=y
|
|
# # Debug logging
|
|
# CONFIG_LOG=y
|
|
# CONFIG_LOG_MODE_IMMEDIATE=y
|
|
# CONFIG_ADC_LOG_LEVEL_DBG=y
|
|
# CONFIG_SENSOR_LOG_LEVEL_DBG=y
|
|
# CONFIG_SPI_LOG_LEVEL_DBG=y
|