Jake Carter

Results 112 comments of Jake Carter

@jdk-maxim last I heard this was related to space issues on our local runners. @sihyung-maxim any updates on the SVD workflow lately?

@sihyung-maxim this workflow seems to also now be broken by our move to Github Enterprise (msdk internal checkout). See https://github.com/Analog-Devices-MSDK/msdk/actions/runs/5481437740/jobs/9985735026?pr=653

Thanks @BrentK-ADI will take a look asap

@BrentK-ADI looks like there are some linker errors in `hid_composite` now - can you check?

> @Jake-Carter I think the issue here is building a TinyUSB library for re-use versus compiling the source directly into the project. The contents of TUSB library is dependent on...

Yes, that's definitely a reasonable approach. We do it for MiscDrivers and a couple other libraries. Just updated to go that route (https://github.com/analogdevicesinc/msdk/pull/1101/commits/3d408d4984c4ce1c5a96a9a7a4a86e4de6557e21). I like the modularity of building each...

Thanks! You can run the linter/formatter locally on files/folders (https://analogdevicesinc.github.io/msdk//CONTRIBUTING/#running-the-linter-formatter) but there's not a great way to run the entire check locally, since most of it is written in the...

@BrentK-ADI merged, thanks again. This will be a great addition

Thanks @noahbreit, looks like this is a leftover artifact of #763 - I should have updated all the UART examples. Essentially, there are two UART DMA modes - "Auto handlers"...

Build errors. Auto-tester is not triggering on this for some reason. ```shell - CC /home/jhcarter/repos/msdk/Libraries/CMSIS/../PeriphDrivers/Source/FLC/flc_me30.c /home/jhcarter/repos/msdk/Libraries/CMSIS/../PeriphDrivers/Source/FLC/flc_me30.c: In function 'MXC_FLC_GetWELR': /home/jhcarter/repos/msdk/Libraries/CMSIS/../PeriphDrivers/Source/FLC/flc_me30.c:266:25: error: 'mxc_flc_regs_t' has no member named 'welr0' 266 | return...