Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Embedded Rust
lpc43xx-m0app-hal
Commits
13d1e49d
Commit
13d1e49d
authored
4 years ago
by
A Sundbom
Browse files
Options
Download
Patches
Plain Diff
Updates the entire repo to use a different approach to building the crate
parent
f5f033b8
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+5
-1
.gitignore
Cargo.toml
+9
-6
Cargo.toml
README.md
+2
-2
README.md
build.sh
+0
-9
build.sh
lpc43xx-hal
+0
-1
lpc43xx-hal
src/adc.rs
+307
-128
src/adc.rs
src/can/bus.rs
+1
-1
src/can/bus.rs
src/clock/branch_clocks.rs
+152
-0
src/clock/branch_clocks.rs
src/clock/cgu/mod.rs
+4
-0
src/clock/cgu/mod.rs
src/clock/cgu/uart_pll.rs
+5
-1
src/clock/cgu/uart_pll.rs
src/clock/clock_builder.rs
+41
-0
src/clock/clock_builder.rs
src/clock/clock_generators/idiv.rs
+153
-0
src/clock/clock_generators/idiv.rs
src/clock/clock_generators/mod.rs
+79
-0
src/clock/clock_generators/mod.rs
src/clock/clock_generators/pll.rs
+88
-0
src/clock/clock_generators/pll.rs
src/clock/mod.rs
+36
-10
src/clock/mod.rs
src/clock/source_clocks.rs
+92
-0
src/clock/source_clocks.rs
src/intcfg.rs
+0
-23
src/intcfg.rs
src/lib.rs
+2
-5
src/lib.rs
src/max11254.rs
+0
-4
src/max11254.rs
src/power.rs
+0
-10
src/power.rs
with
976 additions
and
201 deletions
+976
-201
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment