This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
LPC11xx experimental branch #318
Merged
+21,577
−162
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9d51d7a
Added very basic cortex-m0 support
farcaller 85e4af9
Added derive(PartialEq) for ioreg enums
farcaller 7f5f0be
Added docattr for ioreg placement getter
farcaller 1bba7f0
Silenced a warning in shared::NoInterrupts
farcaller aba3c06
Added prologue and filename to svd template
farcaller 497b3b8
Added lpc11xx svd file
farcaller 8034847
Updated volatile_cell to use expectext
farcaller bdcdfc8
Added basic lpc11xx code
farcaller c4aada8
volatile_cell replayer is now thread-safe
farcaller 39b90c6
Panic is ISR are switched over to bootloader
farcaller 539584a
Test code in volatile_cell is feature=replayer now
farcaller 2e78f9a
Added layout.ld for lpc, based on lpc1114 values
farcaller fcc7439
Added software-reset support for peripherals
farcaller 20ca3ea
Switch travis to jenkins build script
farcaller d6d370f
Remove feature guard from lpc11xx hal
farcaller cfe69ec
Switch to hackndev fork of rlibc
farcaller 107e7fa
Require feature 'test' to pull in volatile_cell replayer
farcaller fb37e62
Added missing apidocs
farcaller 43343c0
Build only lib & examples for cross-build
farcaller a53ab13
Refactored demo apps into crates
farcaller 44a291f
Drop .debug_gdb_scripts section (made binaries too big)
farcaller 1d68e91
Build examples in release mode
farcaller 579fbd1
Fixed a typo module name
farcaller 3ff50d3
Cleaned up layout of hal/mod.rs so feature guards are more obvious
farcaller 8d1e1a2
Added missing isr to cortex-m0
farcaller File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Panic is ISR are switched over to bootloader
commit 39b90c6eb27d9cc30fcb92c67aa30e33f85d03e9
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it can be:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, apart from the issue that it was a compiler error for some reason 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two hip-hip hoorays for having to track nightlies!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did I tell you that we will need to fork cargo to keep the nightly going? Buy the ticket, take the ride! 🎢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because of rust-lang/cargo#1796 ?