Skip to content

remove unused ci scripts #81

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

Merged
merged 1 commit into from
Jul 20, 2021
Merged

remove unused ci scripts #81

merged 1 commit into from
Jul 20, 2021

Conversation

almindor
Copy link
Contributor

No description provided.

@almindor almindor requested a review from a team as a code owner July 19, 2021 19:50
@almindor almindor requested a review from Disasm July 19, 2021 23:59
Copy link
Member

@Disasm Disasm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
bors r+

@bors
Copy link
Contributor

bors bot commented Jul 20, 2021

@bors bors bot merged commit 08b565b into master Jul 20, 2021
@bors bors bot deleted the cleanup branch July 20, 2021 03:16
romancardenas pushed a commit that referenced this pull request Nov 17, 2023
81: Trap handler override improvments r=almindor a=MabezDev

* Add ability to override trap handling mechanism
  * Previously, `_start_trap` was marked as weak, which when compiled
    into a static archive, that information is ignored.
  * Now by default we `PROVIDE` the default trap handler, if another one
    has not been specified from another crate.
* Mark the fields of `Vector` public, for use outside of `riscv-rt`

Co-authored-by: Scott Mabin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants