-
Notifications
You must be signed in to change notification settings - Fork 3k
DISCO_F746NG: add usp_speed configuration #5580
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
Conversation
One note, as this is global scope macro, using short names like this might clash with libraries. I would rather skip the macro name set in the config and use the full name that config would do |
OK no problem it will be better but I don't know how to do it ? I wanted to do the same as CLOCK_SOURCE configuration... When I build the target, the automatically generated mbed_config.h file contains:
How do I generate the |
If you remove macro_name from the config, that would do the trick. |
OK. I have removed the line
|
aa5940e
to
b1073c1
Compare
@bcostm Thanks, looks good now |
/morph build |
Build : SUCCESSBuild number : 600 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 212 |
Test : SUCCESSBuild number : 417 |
Description
Add a new
usb_speed
configuration in targets.json in order to select between the FS or HS USB connectors present on the board.Status
READY
Migrations
NO