Brad Campbell

Results 658 comments of Brad Campbell

We vendor libc for arm so we can compile with pic support. So we probably don't want to suggest `sudo apt install libnewlib-arm-none-eabi` then? I don't like the separation of...

With the new build system and our own newlib this shouldn't be an issue.

I thought maybe you would know of someone in particular who might be willing to help. Having easy access to toolchains really lowers the bar for development. We're working on...

Ah I see I should clearly be following the google group (although I'd much rather just see everything on github). Variants solve many problems, but I wish there was a...

> On the first glance, it loooks like the SPI interface is the same as for the SX126x/8x series, so it should be pretty straight-forward to get thee up and...

When we added kernel version checking, we decided that it is up to the specific kernel (ie board) if it wanted to enforce the check or not, hence the argument...

Calling `ProcessStandard::create(..., true, ...)` _is_ at the board level. The process_loading functions are just helpers that boards can choose to use, and can use different variants if they want.

> I always thought process loading should be done through process loading functions. Is there any upstream board that doesn't use the process loading functions? Do you know any downstream...