Rob Meades

Results 9 issues of Rob Meades

First of all, thanks for your Python module, it is going to be very useful for me I think. I have installed `alsaaudio` in order to perform PCM capture in...

Hi there. It appears that if one has an interrupt attached to a pin, and then one wants to put the system to sleep and wake-up on that pin, the...

firmware

The Electron documentation states that: "`System.sleep(uint16_t wakeUpPin, uint16_t edgeTriggerMode, long seconds)` can be used to put the entire device into a stop mode with wakeup on interrupt or wakeup after...

enhancement
firmware

Moved here from [this forum post](https://forum.arduino.cc/t/build-library-to-a-file-use-multiple-sketches-with-a-file/909169). Not sure if this is my lack of understanding, a [documentation] bug report or an enhancement request. I would like to ask `arduino-cli` to:...

type: enhancement
topic: code
topic: build-process

Raised from #135 on behalf of Michael Boeding. Although this may not be the best place to put this, since it would be useful by itself not just with geofencing...

feature

We are using ThreadX and ThreadX Modules in our product, have been doing so for many years. So far we have always built under ARMCC. We now need to build...

bug
hardware

Originally raised in [community issue 32061](https://community.platformio.org/t/zephyr-nordicnrf52-build-fails-when-using-config-userspace/32061), not sure whether to raise it here or under Zephyr, but since Nordic's main framework is Zephyr, and the problem occurred on the Nordic...

We are using ThreadX through the CMSIS2 layer provided here with `USE_DYNAMIC_MEMORY_ALLOCATION`. When we delete a task, we call [osThreadDetach()](https://github.com/STMicroelectronics/STM32CubeU5/blob/f0f063146b444e37ef6b1b3d2f219df728a12407/Middlewares/ST/cmsis_rtos_threadx/cmsis_os2.c#L1507) and then [osThreadTerminate()](https://github.com/STMicroelectronics/STM32CubeU5/blob/f0f063146b444e37ef6b1b3d2f219df728a12407/Middlewares/ST/cmsis_rtos_threadx/cmsis_os2.c#L1446), expecting this to free the memory that...

bug
internal bug tracker
spotted before customer
mw
rtos

### Discussed in https://github.com/zephyrproject-rtos/zephyr/discussions/75077 Originally posted by **RobMeades** June 27, 2024 I'm testing the move from 3.6.0 to 3.7.0 and one of our tests (running on an STM32F7), which has...

bug
area: Kernel