Skip to content

Latest commit

 

History

History

esp32-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Part Esp32 Components

"Component" is a term for structures used by the espressif idf framework, separating code into libraries and defining dependencies.


Makefile

  • 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

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

Adding a new component

See the .template/ component.