lwip streaming#143
Closed
prafulfillment wants to merge 45 commits into
Closed
Conversation
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
- Enable FF_USE_STRFUNC. - Use hard-coded ffconf header (not easy to set/override).
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
- Set OpenMV PID. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: robert-hh <robert@hammelrath.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
All older boards use TIM4 for the PWM.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
- Enable flow control. - Reset SDCARD on init. - Disable temporary DMA buffers.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
- See DM00257543 2.2.5
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
The main functional change here is to make sure that the SDMMC1/2 clocks are enabled in low power mode; they were not previously enabled for SD card use, only WLAN. It doesn't hurt to unconditionally enable the clocks in low power, like all the other peripherals. Signed-off-by: Damien George <damien@micropython.org>
This doubles the speed of SD card transfers. Signed-off-by: Damien George <damien@micropython.org>
Allows user control of JTAG pins on the AE3 which are exposed via the B2B header. Signed-off-by: Kwabena W. Agyeman <kwagyeman@live.com>
Signed-off-by: Praful Mathur <praful.mathur@gmail.com>
Default 8KB lwIP heap holds only ~5 in-flight 1.4KB UDP pbufs, so fragmenting a ~40KB JPEG frame into ~30 RTP packets fails with ENOMEM mid-frame, and the MJPEG TCP socket cannot queue a whole frame. Raise MEM_SIZE to 128KB, TCP_MSS to 1460, TCP_SND_BUF to 32*MSS, and relocate the heap+memp pools into a dedicated .lwip section (OMV_LWIP_MEMORY) so DTCM is not exhausted. Signed-off-by: Praful Mathur <praful.mathur@gmail.com>
2b6e375 to
b65c678
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.