https://github.com/brianpugh/esp32_unit_tester
ESP32 Unit Test App for ESP-IDF
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
ESP32 Unit Test App for ESP-IDF
Basic Info
- Host: GitHub
- Owner: BrianPugh
- Language: C
- Default Branch: master
- Size: 6.84 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Setup
Make sure you have esp-idf setup correctly with all the normal paths required for it to run.
I like to have all my third-party components in a single third-party-components
folder; if you do this, create a symbolic link between the components folder
in this project and that third-party-components directory. An alternative is to
add that path to the EXTRA_COMPONENT_DIRS in the Makefile.
In
make menuconfig
you must specify the included partition table. Also disable
Watch CPU0 Idle Task
How to run a unit test
make flash TEST_COMPONENTS='${COMPONENT_NAME}' monitor
COMPONENT_NAME is dictated by the component's folder name.
Sources
Thanks to mh-dev and his repo
for outlining the steps necessary. For some reason
I had to mess with the partition table to get anything working, so I included
those files in this repo. You may have to fiddle with the sdkconfig by running
make menuconfig
and adjust things such as xtal freq.
Owner
- Name: Brian Pugh
- Login: BrianPugh
- Kind: user
- Location: Washington D.C.
- Repositories: 123
- Profile: https://github.com/BrianPugh
Deep Learning Scientist and blockchain enthusiast
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0