This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
compile on stable #69
Merged
Commits on Apr 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8dd26b2 - Browse repository at this point
Copy the full SHA 8dd26b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fb8cd - Browse repository at this point
Copy the full SHA 34fb8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201facc - Browse repository at this point
Copy the full SHA 201faccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3586806 - Browse repository at this point
Copy the full SHA 3586806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2209d - Browse repository at this point
Copy the full SHA 1b2209dView commit details
Commits on Apr 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1338bad - Browse repository at this point
Copy the full SHA 1338badView commit details -
Configuration menu - View commit details
-
Copy full SHA for c610529 - Browse repository at this point
Copy the full SHA c610529View commit details
Commits on May 11, 2018
-
doc up, __reset -> Reset, main! -> entry!, weak syntax of `exception!…
…` .. - remove some variants from `Exception` when targeting ARMv6-M - future proof the ABI of `__EXCEPTIONS` by using a `union` instead of `Option<fn()>` (the `None` variant is not guaranteed to always be represented as the value `0`) - tweak exception names to match CMSIS and the names used in cortex-m v0.5.0 - add an opt-in "device" feature to opt into a device specific build (interrupts must be supplied by a different crate, or manually by the user). - drop the `interrupts!` macro. If you don't enable the "device" feature `cortex-m-rt` will bind all possible interrupts to the default exception handler.
Configuration menu - View commit details
-
Copy full SHA for 41e0e92 - Browse repository at this point
Copy the full SHA 41e0e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9875f2 - Browse repository at this point
Copy the full SHA f9875f2View commit details -
add CI, add device specific check of the vector table size, ..
- document the `main` symbol as an alternative to `entry!` - document `ResetTrampoline` - fix: `PendSV` is available on ARMv6-M - document that `entry!` and `exception!` must be called from accessible modules. - add a deny lint to `entry!` and `exception!` to prevent them from being invoked from inaccessible modules.
Configuration menu - View commit details
-
Copy full SHA for cd0f4e2 - Browse repository at this point
Copy the full SHA cd0f4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2278a1f - Browse repository at this point
Copy the full SHA 2278a1fView commit details
Commits on May 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for abee6ed - Browse repository at this point
Copy the full SHA abee6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0b125 - Browse repository at this point
Copy the full SHA 5a0b125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b5bac - Browse repository at this point
Copy the full SHA 39b5bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c06185 - Browse repository at this point
Copy the full SHA 2c06185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4312f63 - Browse repository at this point
Copy the full SHA 4312f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97b952 - Browse repository at this point
Copy the full SHA e97b952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f410f2 - Browse repository at this point
Copy the full SHA 2f410f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.