Alexandru Radovici

Results 97 comments of Alexandru Radovici

# Nucleo446re depends on #3166 and #3174 - Tests - [x] `examples/sensors` - sense_to_console: Application that samples a sensor and outputs values to console - depends on #3159 - [x]...

# STM32F303 Discovery depends on #3166 and #3180 and #3187 ❌ The board reboots upon faulting while displaying the fault message - Tests - [x] `examples/sensors` - sense_to_console: Application that...

# CLUE nRF52840 - Tests - [x] `examples/sensors` - sense_to_console: Application that samples a sensor and outputs values to console - [x] `examples/c_hello` and `examples/tests/printf_long` - uart_tx_small and uart_tx_large: applications...

> Do you have an example for a buzzer which does not work with PWM? I I'm not mistaken, this PR only has an implementation for PWM-controlled buzzers, right? You...

Sorry for jumping into this, I am trying to use Tock for one of my IoT clases and having a working BLE stack would be very important for me. If...

> As for porting to option 2 I was under the impression that @bradjc was going to do that. If you would like to @alexandruradovici then go for it. If...

> > Awesome! So the next step is to convert the [USART driver](https://github.com/tock/tock/blob/master/chips/stm32f4xx/src/usart.rs#L366) to use interrupts instead of DMA. Then test that on the board. Is that something you think...

What about having a special stm32f4qemu crate where we swap out the uart with a non-DMA uart?

> This may not be the right place to ask this, but, what do you all think about having more specific abstractions for the lower level network interface (i.e. link...

I think the book is outdated. If I'm not mistaking, this example was used with two chips: one chip that was running Tock that was connected to another external chip...