-
Notifications
You must be signed in to change notification settings - Fork 41
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
Wip #115
base: master
Are you sure you want to change the base?
Wip #115
Conversation
ESP32 ADC improvements
…anging connections.
…equency of the CPU is changed with rtc-clk-cpu-freq-set.
Jos: Additions for calls for an extra uart and lwip-recv-r
Wip time_t_sec is needed for date/time calculations
The branch predates my work on PlatformIO so unable to test it directly, but did cherry-pick all later commits onto my rebased try-wip branch on #113 and did build the pico firmware without error. This is not a test of the new code, but rather a test that my builds don't fail once the new code is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why .f files are used instead of .fth, but probably not important.
*.f files are for me an indication that they also run under Gforth and Win32Forth. |
I see, thanks.
|
|
There is much you can do, but it is up to you whether to do it. I can give you ideas, but you need to be comfortable with using git, either with the repository you are already using or with a backup. You could;
On the other hand, Mitch might be fine with just merging as is. Up to him. I find histories with many merge commits problematic because |
I have worked on projects that insisted on linear history, avoiding merge commits like the plague, and ones that just hit merge and lets the chips fall where they may. The former is probably better when lots of people are involved, the latter likely easier for small teams. I don't have a strong preference either way. |
@MitchBradley, thanks. @Jos-Ven, what is your view on linear history vs merge commits? |
I am under the impression that merge commits might lead into problems. Keeping history is not so important for me. |
PR to master is okay with me. |
|
Wip Solves the problems with tccalls.fth and removed short-timeout in xmodem.fth
No description provided.