Sean Mollet

Results 12 comments of Sean Mollet

For the arm-none-eabi version of GCC for building embedded stuff, I've got a working m1 build. https://github.com/SeanMollet/arm-none-eabi-gcc-aarch64-macosx

@ThatGuySam I've got an M1 build for this specific gcc: https://doesitarm.com/app/gcc-arm-embedded/ Screenshot attached. ![Screen Shot 2021-05-16 at 10 44 15 AM](https://user-images.githubusercontent.com/3322854/118403378-bae3a300-b633-11eb-8092-799182426481.png)

@moffpage GCC is the "GNU Compiler Collection", it comprises many, many compilers. There isn't currently one that can build things for MacOS arm. I built one that can build things...

@sidcha 1. Arm isn't building it for some reason. I am. 2. Yes. I noticed recently that there's a new release, I'll probably build it and put out an update...

@ektrah That can be tested in a docker container. I might have some time later this week to build a proper test script for it.

I'm seeing this same issue with an 8811cu. I've add some telemetry to the drive and am working through it. I also see a fork having a similar issue with...

The thread I linked is to a fork of the rtw88 driver pre mainline merge. It's not exactly the same code as this, but it's definitely part of the same...

I added an output to check_hw_ready that prints the register value it finds. The board I'm testing on has two radios and conveniently, sometimes one works and the other doesn't....

Thanks! I added prints to those before and didn't get any errors. I believe I have found the culprit. I'm testing a minimized patch now. What's the normal flow for...

Thanks a bunch, I'll put it together this weekend probably and get it submitted.