Skip to content

nopeslide/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.5%
  • Makefile 21.1%
  • C++ 5.2%
  • CMake 3.5%
  • Dockerfile 2.8%
  • Assembly 0.9%