-
Notifications
You must be signed in to change notification settings - Fork 17
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
embedded OS porting #15
Comments
Hey there. That sounds awesome 😄. I'm unfortunately not terribly familiar with RTOSs, but maybe the stdio/file usage could be removed with DEFINEs or by refactoring those calls to include some additional logic based on your needs. Did you have something in particular in mind? |
Thank ndreynolds, Possibly, we will send out our pull request later, could you please merge them into flathead? Thank you very much for your flathead. |
Oh ok, I see. Very cool. I'm definitely interested in making flathead more portable for this sort of usage. So absolutely, I'd love see a pull request with the changes you've made. Thanks! |
@BernardXiong @ndreynolds Any update on this? I'm interested in seeing geniusgogo's work. I just finished porting flathead to MS-DOS using Andrew Wu's DJGPP cross compilers (https://github.com/andrewwutw/build-djgpp/releases/), RayeR's NVCLOCK (http://rayer.g6.cz/programm/programe.htm#NVCLOCK , for getopt :/) and some other changes. Not license compatible so I need to clean it up/rewrite getopt. |
Hello,I want porting this componet to RTOS,but this source code hava too much stdio/FILE and so on func,
what can I do?
The text was updated successfully, but these errors were encountered: