-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'increase-runtime-size'
closes #250 * increase-runtime-size: flash: grow runtime limit to 512 kB RELEASE_NOTES: update flash storage: move to flash + 0x70000
Showing
3 changed files
with
11 additions
and
8 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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
Release notes | ||
============= | ||
|
||
1.0 | ||
--- | ||
1.0 (unreleased) | ||
---------------- | ||
|
||
* First release | ||
* Experiments (your code) should use ``from artiq.experiment import *`` | ||
(and not ``from artiq import *`` as previously) | ||
* First release | ||
* Experiments (your code) should use ``from artiq.experiment import *`` | ||
(and not ``from artiq import *`` as previously) | ||
* Core device flash storage has moved due to increased runtime size. | ||
This requires reflashing the runtime and the flash storage filesystem image | ||
or erase and rewrite its entries. |
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
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