Skip to content
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

Support for ARMCC6 #1

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

microbit-sam
Copy link

@microbit-sam microbit-sam commented Jul 3, 2019

Check for __CC_ARM or __ARMCC_VERSION

These changes are necessary to build the DAL in ARMCC6, which the mbed online compiler uses

Linked to:
nrf51-sdk: #1
mbed-classic: lancaster-university/mbed-classic#13
microbit-dal:

@microbit-sam
Copy link
Author

Fixed all incorrect defines, plus check for ARMCC 6
#elif defined ( __ICCARM__ ) || (__ARMCC_VERSION >= 6000000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants