Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] CMake #55

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
b4eec40
Basic ADC setup
BillThePlatypus Nov 6, 2019
f2a734b
Got analog pins working
BillThePlatypus Nov 8, 2019
dd226b8
Working ADC with two pins. Still needs additional testing
BillThePlatypus Nov 11, 2019
7acfc40
Code cleanup and comments
BillThePlatypus Nov 11, 2019
9f7c5d4
Add simple BatterMonitor class
BillThePlatypus Nov 11, 2019
3e96ab7
Add example for battery monitor
BillThePlatypus Nov 12, 2019
7471e99
Add battery monitor example
BillThePlatypus Nov 12, 2019
153e825
add voltage and current "detection"
BillThePlatypus Nov 16, 2019
5b61dde
fix typo
BillThePlatypus Nov 16, 2019
682adf6
Add battery monitor struct, change battery monitor to use floats
BillThePlatypus Dec 7, 2019
d43ed6a
Add consts to analog and battery monitor functions
BillThePlatypus Jan 13, 2020
3150216
C++ style hardware def structs for ADC's and battery monitors
BillThePlatypus Jan 13, 2020
a185704
Prevent battery monitor from appearing present before initialization
BillThePlatypus Jan 17, 2020
143f35e
Update analog example, removing cmake, and fixing compile errors
BillThePlatypus Feb 11, 2020
6e9ebaf
Update battery monitor example to compile, and to use a plain makefile
BillThePlatypus Feb 11, 2020
5bc7242
Add documentation comments for all ADC and battery monitor classes
BillThePlatypus Feb 11, 2020
259308f
VCP is crashing it appears, but blink example works
superjax Feb 13, 2020
280a699
added licenses
superjax Feb 13, 2020
4b9edbf
removed debug statement
superjax Feb 13, 2020
ae25080
working on cmake
superjax Jul 21, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
*.autosave
*.swp
*.map
build/
1 change: 1 addition & 0 deletions .vscode/.cortex-debug.peripherals.state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .vscode/.cortex-debug.registers.state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
702 changes: 702 additions & 0 deletions .vscode/Release_Notes.htm

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .vscode/Release_Notes_files/colorschememapping.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:clrMap xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" bg1="lt1" tx1="dk1" bg2="lt2" tx2="dk2" accent1="accent1" accent2="accent2" accent3="accent3" accent4="accent4" accent5="accent5" accent6="accent6" hlink="hlink" folHlink="folHlink"/>
6 changes: 6 additions & 0 deletions .vscode/Release_Notes_files/filelist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<xml xmlns:o="urn:schemas-microsoft-com:office:office">
<o:MainFile HRef="../Release_Notes.htm"/>
<o:File HRef="themedata.thmx"/>
<o:File HRef="colorschememapping.xml"/>
<o:File HRef="filelist.xml"/>
</xml>
Binary file added .vscode/Release_Notes_files/themedata.thmx
Binary file not shown.
Loading