David Sidrane

Results 20 issues of David Sidrane

This is not complete - but it builds :) Todo: - [ ] test on real HW - [ ] add uavcan - [ ] test PX4IO - [ ]...

Continuing https://github.com/PX4/PX4-Autopilot/pull/19750 here. Rebased on current master.

This is for testing the NuttX change for STM32 F1, F4 dropping of Serial data with bad parity. It will be repointed to NuttX back ports once testing is done.

Now that there are 4 chip architectures stm32, stm32F7, Kinetis and samv7 There is a need to isolate the stm32 arch specific code from the arch agnostic code for drivers...

enhancement

Reproduce CONFIG_PRIORITY_INHERITANCE is enabled CONFIG_SEM_PREALLOCHOLDERS is either 0 (use the array of holder) or N use the pre allocated holder list, CONFIG_SEM_NNESTPRIO at 32. Three tasks all waiting on one...

If the CAN bus connector is not connected to the bus. The queued writes can fill the SW FIFO and HW FIFO. The device will not close and will be...

enhancement
proposal

Replaces https://github.com/PX4/NuttX/pull/180 Allow for fragmented and unaligned buffer 8e2a1342df [BACKPORT] arm_cache: clean dcache all if size large than cache size d18a4868b1 [BACKPORT] arm_cache:fix unalign cacheline invalidate IMXRT - fixes d58eab3cf4...

## Summary ## Impact ## Testing

## Summary When the RX line returns to idle, run up_dma_rxcallback. This replaces the need to call serial_dma_poll off a timer. ## Impact ## Testing