Replies: 2 comments 3 replies
-
I mean, this is kind a difficult issue. In my experience so far, Mbed OS has not been very receptive to significant changes without contributors jumping through a huge number of hoops. So, I don't plan to try and merge most of the Mbed CE changes back to Mbed OS. Maybe I'll try to get some bugfixes here and there though, like my STM32 I2C rewrite. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes, but I mean more the reverse way, rebasing on newer mbed-os. There could be bug fixes, but I guess there are no big changes. So important changes will be imported by cherry picking? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How should PRs be handled?
E.g., my current project is a controller for my house heating, using a STM32F769 Disco board. It works with lvgl and network, but there is a problem that ethernet stops after a few minutes. I found a similar issue in mbed-os, and a workaround with mapping the ethernet descriptors and buffers in SRAM2 works. But this requires two modifications: use a section for the buffer declaration and change the linker script.
PR for stm32xx_emap.cpp:
@multiplemonomials how did you handle this so far? I see a lot of commits ahead, this is really great work, but seems difficult to maintain.
Beta Was this translation helpful? Give feedback.
All reactions