This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed RVDS targets and settings as MDK and RVDS now share the sam…
…e compiler removed unsupported setenv_xxx scripts - removed unsupported targets from setenv_base - updated setenv_base so that setenv_mdk will work with default install location of current MDK tools (e.g. MDK_v5 or MDK) non-standard installations still require the path as a paramter to the setenv_mdk script.
- Loading branch information
1 parent
0cbba11
commit c7d1200
Showing
8 changed files
with
10 additions
and
757 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
c7d1200
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: While Keil MDK and ARM RVDS share the same compiler (*), there are a few differences in supported command line options and each toolchain comes with different libraries (IIRC, RVDS does not have MicroLib).
(*) It is basically the two .exe-s merged together and doing if(ExistsKeilLicense()) compileMdk(); else compileRvds();
c7d1200
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, either way MDK tools are the only ones we'll be testing against so we've removed the old RVDS as it isn't likely to work as-is.