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

Add PTC support for SAMD11 and SAMD21 #420

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
60bf956
Add PTC support for samd21e.
AuroransSolis Mar 22, 2021
3df65a6
Mapped all pins and handled X line channels.
AuroransSolis Mar 22, 2021
126a563
Hide the whole module behind SAMD21.
AuroransSolis Mar 22, 2021
76cfa1f
Couldn't stop thinking about it. Added PTC support for G and J.
AuroransSolis Mar 22, 2021
af09284
The `rustfmt.sh` script likes to remove this tag for some reason.
AuroransSolis Mar 22, 2021
1441ebb
Merge branch 'master' into master
AuroransSolis Mar 25, 2021
aadb194
Realized that for the time being, it makes more sense to put PTC stuf…
AuroransSolis Mar 26, 2021
6937385
Undid manual SVD patching and added PTC patch to the SAMD21 XSL file.
AuroransSolis Mar 26, 2021
729a92d
Merge branch 'master' into master
AuroransSolis Mar 27, 2021
9848467
Added PTC peripheral to the SAMD11 SVD file and generalized the PTC p…
AuroransSolis Apr 5, 2021
d8c9cff
Bring branch up to date with upstream.
AuroransSolis Aug 3, 2021
a5828f9
Lotsa stuff going on here, but in short, SAMD{1,2}D should have worki…
AuroransSolis Aug 3, 2021
e3fc4a7
Finally back from vacation and able to make this simple fix.
AuroransSolis Aug 13, 2021
ea256d5
Add PTC support for samd21e.
AuroransSolis Mar 22, 2021
6e4bc13
Mapped all pins and handled X line channels.
AuroransSolis Mar 22, 2021
9d537a9
Hide the whole module behind SAMD21.
AuroransSolis Mar 22, 2021
22d65af
Couldn't stop thinking about it. Added PTC support for G and J.
AuroransSolis Mar 22, 2021
3ceac4b
The `rustfmt.sh` script likes to remove this tag for some reason.
AuroransSolis Mar 22, 2021
5b46304
Realized that for the time being, it makes more sense to put PTC stuf…
AuroransSolis Mar 26, 2021
fe4c8bf
Undid manual SVD patching and added PTC patch to the SAMD21 XSL file.
AuroransSolis Mar 26, 2021
f13ea26
Added PTC peripheral to the SAMD11 SVD file and generalized the PTC p…
AuroransSolis Apr 5, 2021
91f5a1e
Lotsa stuff going on here, but in short, SAMD{1,2}D should have worki…
AuroransSolis Aug 3, 2021
db5949e
Finally back from vacation and able to make this simple fix.
AuroransSolis Aug 13, 2021
7a5613c
Merge branch 'master' of github.com:AuroransSolis/atsamd
AuroransSolis Aug 14, 2021
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
Prev Previous commit
Next Next commit
Realized that for the time being, it makes more sense to put PTC stuf…
…f here.
  • Loading branch information
AuroransSolis committed Aug 14, 2021
commit 5b46304e1f4f7c23b91f8f9a52e845b0a622da95
3 changes: 0 additions & 3 deletions hal/src/thumbv6m/mod.rs
Original file line number Diff line number Diff line change
@@ -13,9 +13,6 @@ pub mod timer;
#[cfg(feature = "unproven")]
pub mod adc;

#[cfg(all(feature = "unproven", feature = "samd21"))]
pub mod ptc;

#[cfg(feature = "unproven")]
pub mod pwm;