Branden Ghena

Results 64 comments of Branden Ghena

- [ ] Add a ground debug pin (so that the other pins have something to be referenced against)

We also need to include python3 installation instructions to support Tockloader and I guess python2 to support signpost-debug-radio

@ppannuto maybe you remember how this works?

I guess I was really referring to the logic in `grow_stack()`. https://github.com/tock/libtock-c/blob/master/examples/tests/mpu_stack_growth/main.c#L26-L39 ```C static void grow_stack(void) { register uint32_t* sp asm ("sp"); uint32_t buffer[GROW_BY]; printf("stack: %p - buffer: %p -...

My basis for disagreeing is along the same lines as Alexandru. The default behavior for the majority of embedded apps is to never exit, so that makes sense to me...

We talked about this and qpalzmz112 knows the next steps to fix the format and build CI issues. Ping me when they're fixed and I'll do a full review of...

@alexandruradovici Any opinions on what you want to see in a Microbit test app? This looks pretty great to me.

I think it is a bug though that the function is straight-up missing. An implementation almost certainly just calls `alarm_internal_read()`, but we should make it exist. Probably added to `alarm_timer.c`.

Wow, this board has a lot of features for pretty cheap: https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html * LoRaWAN * GPS * Antennas for LoRa and GPS * WiFi AP Scanning (detects nearby AP MAC...

@alexandruradovici Is your team still working with this? It would be a good target for a Network working-group call sometime. If not, we could close this draft for now until...