Skip to content

Change target name not use low cases #1171

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

Closed
wants to merge 4 commits into from
Closed

Conversation

toyowata
Copy link
Contributor

Rev.101 mbed library support WIZnet platfrom. However, we got build error as below by online compiler:

Target “WIZWIKI_W7500” is not recognized

This is because target name contained low cases (e.g. WIZwiki_W7500).
The target name should be all upper case.

toyowata added 4 commits June 4, 2015 00:17
* Add "mcu" key with lists of RTC support targets (#define DEVICE_RTC 1
in device.h), now MBED_16 test is not executed by non-RTC targets
As a result of discussion here:
ARMmbed#1154
Rev.101 mbed library support WIZnet platfrom.  However, we got build
error as below by online compiler:

Target “WIZWIKI_W7500” is not recognized

This is because target name contained low cases (e.g. WIZwiki_W7500).
The target name should be all upper case.
@0xc0170
Copy link
Contributor

0xc0170 commented Jun 10, 2015

We overlooked this typo 😞

I see you got not relevant git history here, I'll manually squash this into one commit as the last one is the one. Please clean your history before sending PR. Branching is useful!

0xc0170 added a commit that referenced this pull request Jun 10, 2015
commit 5b65ac9848f232b37ccf57b3cea3c8abd8788eb8
Merge: 4778e33 167456e
Author: 0xc0170 <[email protected]>
Date:   Wed Jun 10 13:18:07 2015 +0100

    Merge branch 'master' of https://github.com/toyowata/mbed into toyowata-master

commit 167456e
Author: Toyomasa Watarai <[email protected]>
Date:   Wed Jun 10 11:22:47 2015 +0900

    Change target name not use low cases

    Rev.101 mbed library support WIZnet platfrom.  However, we got build
    error as below by online compiler:

    Target “WIZWIKI_W7500” is not recognized

    This is because target name contained low cases (e.g. WIZwiki_W7500).
    The target name should be all upper case.

commit b988a53
Merge: f74cbe0 a140fc6
Author: Toyomasa Watarai <[email protected]>
Date:   Wed Jun 10 11:10:37 2015 +0900

    Merge remote-tracking branch 'upstream/master'

commit f74cbe0
Author: Toyomasa Watarai <[email protected]>
Date:   Wed Jun 10 11:07:02 2015 +0900

    Revert RTC test script change

    As a result of discussion here:
    #1154

commit a4923ff
Author: Toyomasa Watarai <[email protected]>
Date:   Thu Jun 4 00:17:06 2015 +0900

    [TEST] Add MCU list in RTC automated test

    * Add "mcu" key with lists of RTC support targets (#define DEVICE_RTC 1
    in device.h), now MBED_16 test is not executed by non-RTC targets
@0xc0170
Copy link
Contributor

0xc0170 commented Jun 10, 2015

Merged squashed manually.

@0xc0170 0xc0170 closed this Jun 10, 2015
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