Brad Campbell

Results 151 issues of Brad Campbell

The last release on PyPI was in 2016.

On the nRF51822 platform I'm compiling for, having `printf()` in the code anywhere (even if it is never called) forces the compiler to include some library that also happens to...

This one took me a while to track down, but things stopped working when I moved code from Linux to the Cortex M0 nRF51822 BLE chip. I tracked this back...

I'm trying this: ``` c #include "../../dbparser/dbparser.h" #define BYTES_LEN 400 int main(void) { char memseg[BYTES_LEN]; db_query_mm_t mm; db_op_base_t* root; db_tuple_t tuple; init_query_mm(&mm, memseg, BYTES_LEN); parse("CREATE TABLE sensors (id int, temp...

At the end of July 2022 we discussed doing a release before incorporating the AppID changes. This would 1) provide a tested commit before the AppID changes to the core...

release-blocker

### Pull Request Overview Note! This is a PR targeting the AppID PR (not master). This pull request changes the verifier from being an argument passed in to `kernel::new()` to...

kernel

Originally discovered in #3076. ### Observation With a very specific kernel (on commit f6adf9d536c92b450c61430b002f8a17b9bcb286) compiled on linux, running on imix, with the `examples/tests/analog_comparator` app (commit f5e164366028b5633006299ac136ba5bf0e0db74) as the only app...

bug

This is the tracking issue for the discussion on #1447. At a high level, if static_init is called twice it can lead to mutable memory aliasing. - [x] Update `static_init!()`...

tracking

Goal: make verilator support cross platform and work on Mac. Work in progress: https://github.com/tock/tock/pull/2975

help wanted

I am implementing basic ADC support for the nrf52 and have a couple questions about the interface. One is a specific detail and one is a little more general. 1....

rfc
HIL