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

Implement MinimalSerial class #6

Closed
wants to merge 3 commits into from
Closed

Conversation

hugueskamba
Copy link
Owner

@hugueskamba hugueskamba commented Oct 22, 2019

Description

Implement MinimalConsole by Inheriting from MinimalSerial.

Pull request type

[ ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

Release Notes

mbed-os-example-blinky (master) for K64F

Toolchain GCC_ARM

Total Static RAM memory (data + bss): 12096 bytes
Total Flash memory (text + data): 66620 bytes

Toolchain ARM

Total Static RAM memory (data + bss): 206074 bytes
Total Flash memory (text + data): 47757 bytes

drivers/MinimalSerial.h Outdated Show resolved Hide resolved
drivers/MinimalSerial.h Outdated Show resolved Hide resolved
drivers/UnbufferedSerial.h Show resolved Hide resolved
drivers/MinimalSerial.h Show resolved Hide resolved
drivers/MinimalSerial.h Outdated Show resolved Hide resolved
platform/source/mbed_retarget.cpp Outdated Show resolved Hide resolved
platform/source/mbed_retarget.cpp Show resolved Hide resolved
platform/source/mbed_retarget.cpp Show resolved Hide resolved
platform/mbed_retarget.h Show resolved Hide resolved
platform/source/mbed_retarget.cpp Outdated Show resolved Hide resolved
@hugueskamba hugueskamba force-pushed the hk-serial-cleanup branch 2 times, most recently from ba6c5ff to 2d8f67c Compare October 28, 2019 10:24
* Move lock/unlock from MinimalSerial to Serialbase
* Move putc/getc from MinimalSerial to MinimalConsole
* Sync mbed_retarget.h/c with branch
  hugueskamba/hk-add-minimal-console-to-retarget
@hugueskamba hugueskamba deleted the hk-serial-cleanup branch June 30, 2020 11:39
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