You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arch: allIssues that apply to all architecturesArea: ApiAPI IssuesOS: MacIssues related to MacOS (building system, etc)Type: BugSomething isn't working
lib_outstream_s has two seemingly-redundant methods, one for single-char operation and another for multi-chars operation, for no obvious reasons. (well, at least not obvious to me.)
if it's necessary for some reasons, it should have been commented in the code.
otherwise, one of them, maybe the single-char version which is likely slower, should be removed to save code size.
ditto for
lib_instream_s getc and gets
syslog_putc and syslog_write
syslog sc_putc/sc_force and sc_write/sc_write_force
up_putc and up_nputs
On which OS does this issue occur?
[OS: Mac]
What is the version of your OS?
macOS 14.7
NuttX Version
master
Issue Architecture
[Arch: all]
Issue Area
[Area: Api]
Verification
I have verified before submitting the report.
The text was updated successfully, but these errors were encountered:
Arch: allIssues that apply to all architecturesArea: ApiAPI IssuesOS: MacIssues related to MacOS (building system, etc)Type: BugSomething isn't working
Description / Steps to reproduce the issue
lib_outstream_s has two seemingly-redundant methods, one for single-char operation and another for multi-chars operation, for no obvious reasons. (well, at least not obvious to me.)
if it's necessary for some reasons, it should have been commented in the code.
otherwise, one of them, maybe the single-char version which is likely slower, should be removed to save code size.
ditto for
On which OS does this issue occur?
[OS: Mac]
What is the version of your OS?
macOS 14.7
NuttX Version
master
Issue Architecture
[Arch: all]
Issue Area
[Area: Api]
Verification
The text was updated successfully, but these errors were encountered: