-
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.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 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,24 @@ | ||
|
||
# [VDM2C 0.1.4 - Release Notes - 15 March 2017](https://github.com/overturetool/vdm2c/milestone/12) | ||
|
||
## What's New? | ||
|
||
This release contains fixes that support execution of generated C code on smaller devices. | ||
|
||
## Reporting Problems and Troubleshooting | ||
|
||
Please report bugs, problems, and other issues with VDM2C at <https://github.com/overturetool/vdm2c/issues>. | ||
|
||
## Other Resources and Links | ||
|
||
VDM2C is documented in the [Overture tool's user manual](http://overturetool.org/documentation/manuals.html). | ||
|
||
|
||
## Issues closed | ||
|
||
Please note that the interactive list is at <https://github.com/overturetool/vdm2c/milestone/12> | ||
* [#75 closed - Change string comparison in CLASS_CAST to use strcmp.](https://github.com/overturetool/vdm2c/issues/75) | ||
* [#74 closed - Use appropriate version of CALL_FUNC with argument expansion.](https://github.com/overturetool/vdm2c/issues/74) | ||
* [#53 closed - Profile memory usage on ATMega1284P](https://github.com/overturetool/vdm2c/issues/53) | ||
* [#52 closed - Wrong behaviour when compiled to ATMega1284P](https://github.com/overturetool/vdm2c/issues/52) | ||
* [#36 closed - Native lib improvements in accordance with test on AVR](https://github.com/overturetool/vdm2c/issues/36) |