Skip to content

ShilaTu/esp32-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeSensor Project - health devices for all

LifeSensor logo

The LifeSensor project is an open-source, modular, low-cost bio sensing platform.


Directories

See Structure.md for an overview on how this repository is organized.

  • Docker images used by this project
  • Every used toolchain exists as docker image
  • Documents regarding the whole project

Makefile

This project makes heavy use of Makefiles. See Structure.md & ./.make for more information.

  • make help
    • show Makefile options
  • make all
    • build & test all components
  • make build
    • build all components
  • make test
    • test all components
  • make clean
    • clean all components
  • make distclean
    • distclean all components

Contributing

Please see CONTRIBUTING.md for more information on how to contribute.


License

Please see LICENSE.md for more information on the used licenses.