-
Notifications
You must be signed in to change notification settings - Fork 182
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: stm32-rs/stm32f1xx-hal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stm32-rs/stm32f1xx-hal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 4 contributors
Commits on Jan 5, 2019
-
Add support for setting initial pin state
Allows to set pin to high or low before actual switch to the output mode, eliminating small "low" window in cases where pin should be idle high.
Configuration menu - View commit details
-
Copy full SHA for eb68c84 - Browse repository at this point
Copy the full SHA eb68c84View commit details
Commits on Jan 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b895c65 - Browse repository at this point
Copy the full SHA b895c65View commit details -
Merge pull request #5 from WGH-/initial-state
Add support for setting initial pin state
Configuration menu - View commit details
-
Copy full SHA for 6b1ea4b - Browse repository at this point
Copy the full SHA 6b1ea4bView commit details
Commits on Feb 4, 2019
-
Allow read-/write-only transactions in write_read
For WriteRead::write_read only: Allow transactions, with only read or write requests. More importantly, don't panic anymore (there is no mention of a valid panic at https://github.com/rust-embedded/embedded-hal/blob/master/src/blocking/i2c.rs#L75). Also use ```.is_empty()``` instead of ```== 0```
Configuration menu - View commit details
-
Copy full SHA for efafedf - Browse repository at this point
Copy the full SHA efafedfView commit details
Commits on Feb 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2564117 - Browse repository at this point
Copy the full SHA 2564117View commit details -
Merge pull request #12 from TheZoq2/feature_to_readme
Add information about device features to readme
Configuration menu - View commit details
-
Copy full SHA for d4323f4 - Browse repository at this point
Copy the full SHA d4323f4View commit details
Commits on Feb 10, 2019
-
Added CHANGELOG.md, bumped version and prepare 0.2.0 release
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
Configuration menu - View commit details
-
Copy full SHA for d2bfd49 - Browse repository at this point
Copy the full SHA d2bfd49View commit details -
Merge pull request #14 from stm32-rs/release-0.2.0
Added CHANGELOG.md, bumped version and prepare 0.2.0 release
Configuration menu - View commit details
-
Copy full SHA for bc6cb3c - Browse repository at this point
Copy the full SHA bc6cb3cView commit details
There are no files selected for viewing