forked from esl-epfl/x-heep
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated documentation #5
Merged
Merged
Conversation
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
- For the Makefile within the SW folder, the wildcard was not behaving as expected for GNU make 4.3. - For the general Readme, added the verible stuff before any make, and adding an initial folder structure. This structure can be helpful for someone new to get a initial organizational sense of the project.
…TOS porting 1. Makefile doc automatisation 2. CMake 3. FreeRTOS porting (new linker tpl, new vectors.S)
- Avoid creating an extra template for freertos linker. - Modifying CMakeLists to be compliant with all apps (baremetal and freertos based) - Readme and other minor modifications
- change pin assignment to get the tricolor led working for the freertos application - Modify readme files to update with all the different commands - created a gdbInit file
No need to deal with hard-coded paths, CMake searches for you! :)
remove some comments add additional command to directly run blinky freertos
* Add OpenOCD configuration to use BSCAN * Change documentation
Fixed some outdated links to docs
Co-authored-by: Leo Zimmermann <ljzimmermann@gmail.com>
--------- Signed-off-by: Pascal Gouedo <pascal.gouedo@dolphin.fr> Co-authored-by: Pascal Gouedo <pascal.gouedo@dolphin.fr>
fix bug for multireg
* Add full path to match patterns in `CMakeLists.txt` - This prevents absolute paths containing `$TARGET` before x-HEEP dir from being matched * Restore original indentation
Porting for Ultrascale
docker image integration plus CI update
* Fix edit that breaks external applications * Fix MATCH string * Consider entire path when matching `PROJECT` as well - prevent build from failing if any part of the path includes `${PROJECT}` (e.g., the name of one of the applications. * Restrict regular expression on `main` as well --------- Co-authored-by: Michele Caon <st.miky77@gmail.com>
Co-authored-by: Simone Machetti <simone.machetti@epfl.ch>
* fix WNS --------- Co-authored-by: Davide Schiavone <davide@openhwgroup.org> Co-authored-by: Luigi Giuffrida <32927727+Luigi2898@users.noreply.github.com> Co-authored-by: Michele Caon <st.miky77@gmail.com> Co-authored-by: Miranda Calero José Angel <jamirand@eslsrv12.intranet.epfl.ch>
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.
No description provided.