Skip to content

[LPC1114][GCC_ARM]: Added export functionality #203

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

Merged
merged 1 commit into from
Mar 10, 2014
Merged

[LPC1114][GCC_ARM]: Added export functionality #203

merged 1 commit into from
Mar 10, 2014

Conversation

dinau
Copy link
Contributor

@dinau dinau commented Mar 8, 2014

No description provided.

@ytsuboi
Copy link
Contributor

ytsuboi commented Mar 8, 2014

Did you try that? We were disappointed by built binary size of gcc through the porting.

@dinau
Copy link
Contributor Author

dinau commented Mar 8, 2014

Did you try that?
Yes, of course.

Cons.
I recognize the armcc compiler generates very tight code compare with gcc.
Recently gcc has newlib-nano library, it falls behind armcc,
it is not so bad.

Pros.
I think many user (including me) who use other gcc tools including IDE would want
keep using the same development environment (without chainging to armcc ) through Cortex-m0 to Cortex-m4 micros that have many
Flash ROM and RAM.

@matthewelse
Copy link
Contributor

I remember when we were porting to the LPC1114, we weren't able to get the binary file size down low enough for it to be worth it - with all of the mbed code there's virtually nothing left for your program.

bogdanm added a commit that referenced this pull request Mar 10, 2014
[LPC1114][GCC_ARM]: Added export functionality
@bogdanm bogdanm merged commit 67b479e into ARMmbed:master Mar 10, 2014
bridadan pushed a commit that referenced this pull request Jun 21, 2016
Added support for viewing the configuration
ccli8 pushed a commit to ccli8/mbed-os that referenced this pull request Aug 13, 2024
…ARMmbed#203)

* Attempt to increase RPi Pico PWM range and resolution to the max supported

* Fix copyright for pwmout_api.c

* Fix ADC implementation so it works!  Fixes incorrect return type, adds +1 to top_count, fixes missing pwm_config_set_wrap() call.

* Revert printf change in this PR
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.

5 participants