"Component" is a term for structures used by the espressif idf framework, separating code into libraries and defining dependencies.
make help
- show Makefile options
make all
- build & test all variants
make build
- build all variants
make test
- test all variants
make clean
- clean all variants
make distclean
- distclean all variants
- ulp_adc
- Utilize the Ultra-low-power Co-processor to sample the ADCs of the ESP
- SpO2
- Driver for the original remo2hbo SpO2 hardware
- linux
- Source code that originates from the linux kernel
- lifesensor_common
- Commonly used structures and defines
- channel
- Event abstraction for FreeRTOS
See the .template/ component.