Holden Ramsey

Results 337 comments of Holden Ramsey

As of 1.19.x gst-plugins-good is no longer separate from the base repo, and since only a single plugin is used from this I think it is better to use the...

@htibosch personally I would remove `ipconfigETHERNET_DRIVER_FILTERS_FRAME_TYPES` & `ipconfigETHERNET_DRIVER_FILTERS_PACKETS` because ideally you want to guarantee the filtering is done identically regardless of which NetworkInterface is used. Then do steps 1, 2,...

I don't know how much to do in this PR, or just wait. I fixed the current problems, if we want to move forward with the rest then I would...

The biggest change will be much better USB support (easier for people to add support for new devices too). The cleanup is a consequence of me replacing the dated custom...

It will be a little easier if I can get us switched to CMake entirely first, so that I don't have to update both build systems. I will return to...

@AniruddhaKanhere @htibosch I have a working NetworkInterface for STM32F7 based on the recent reworked ST drivers. Should I post a draft PR to discuss updating the one in the repo?...

for example `#define ETH_DMA_NORMAL_IT ETH_DMACIER_NIE` There is no ETH_DMACIER_NIE in stm32f767xx.h, it is ETH_DMAIER_NISE.

Should just be compile-time errors because they were all referencing H7 registers.

I could do this too if there's interest