Updated runtime to take advantage of info generated from the top-level json file#99
Open
Updated runtime to take advantage of info generated from the top-level json file#99
Conversation
Contributor
schirice
commented
Jul 23, 2021
- Added the ability of the run-time to set a baud-rate for both the ap and the pet uarts (instead of using a hardcoded value). That baud rate is now read from a generated file (e.g. memory_map_RV[32/54].h). If not found there (as it might not have been defined in the json file), it is read as an extra arg - and it warns of possible inconsistencies between the runtime and the firmware.
- Terminate (instead of running until timeout) the AP thread if the "BAD TRAP" is encountered - this is printed out by the AP's bad trap handler.
- Fixed the issues with the files left over from previous runs into the iveia's tmp dir.
the files that were copied on the iveia board) that needed it was executed after the pex_log was closed.
…run a test) _before_ you start any test, so we know there are no left-over files from previous runs (which might have been left there due to exitig a test via a timeout). This would also prevent the SD card on iveia from becoming full when we run a series of tests.
master configuration.
output. That is produced by the AP's bad_trap handler's.
1. the kernel size is smaller than the size specified in the json file (e.g., see the kernel_scratch region). 2. the taginfo size is smaller than the size specified in the json file (e.g., see the taginfo_scratch region).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.