-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New description files following Github Markup
- Loading branch information
1 parent
22011e1
commit 1a8fdbe
Showing
3 changed files
with
78 additions
and
15 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributing | ||
|
||
## Submitting a Pull Request | ||
|
||
1. Fork it. | ||
2. Create a branch (`git checkout -b my_project`) | ||
3. Commit your changes (`git commit -a`) [Tips for better commit message](https://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message) | ||
4. Push to the branch (`git push origin my_project`) | ||
5. Open a [Pull Request][1] | ||
6. Enjoy a refreshing Diet Coke and wait doing more | ||
|
||
[1]: https://github.com/ArchC/arm/pulls |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Future | ||
|
||
## 2.3.0 | ||
* Revision numbers following the ArchC release | ||
+ Added id register for core identification | ||
* Special case in LSM/STM was handled. Now, it's possible use Rn in Rlist, e.g., 'push {sp, ...}' | ||
* Fixed the number of register in 16 | ||
|
||
[Full changelog](https://github.com/ArchC/arm/compare/v1.0.1...v2.3.0) | ||
|
||
## 1.0.1 | ||
* Bugfix in BX, RSC and SBC instructions | ||
|
||
[Full changelog](https://github.com/ArchC/arm/compare/v1.0.0...v1.0.1) | ||
|
||
## 1.0.0 | ||
* ArchC 2.2 compliant | ||
|
||
[Full changelog](https://github.com/ArchC/arm/compare/v0.7.0...v1.0.0) | ||
|
||
## 0.7.0 | ||
|
||
* Model passed selected Mediabench and Mibench applications | ||
* ArchC 2.1 compliant | ||
* Support for automatic generation of binary tools | ||
* Support for dynamic linker and loader when reading ELF files | ||
* Support for GDB | ||
* Support for compiled simulator and interpreted simulator |
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