nuttx/arch
David Sidrane 8362e3147e s32k3xx:Serial Do not wait on TXDMA semaphore
If using flow control with a high CTS the thread may be
    blocked forever on the second transmit attempt due to waiting
    on the txdma semaphore.  The calling thread can then never
    make progress and release any resources it has taken, thus
    may cause a deadlock in other parts of the system.

    The implementation differs in behavior from interrupt-driven
    TX. It should not implicitly wait on a taken semaphore but
    return immediately and let the upper layers decide on what to
    do next.
2023-11-10 22:30:41 +08:00
..
arm s32k3xx:Serial Do not wait on TXDMA semaphore 2023-11-10 22:30:41 +08:00
arm64 qemu/arm64: implement up_textheap_align and support sotest 2023-10-30 18:20:22 +08:00
avr Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
ceva
dummy
hc
mips Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
misoc Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
or1k Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
renesas Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
risc-v cmake: move NUTTX_CHIP_ABS_DIR before common src 2023-11-07 17:39:03 +01:00
sim mm: record the maximum system memory usage 2023-11-09 09:08:49 +08:00
sparc Revert "make/archive: Use the full path name when matching or storing names in the archive" 2023-10-27 22:26:18 +08:00
x86 Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
x86_64 Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
xtensa esp32/ble: enable the BLE interrupt during a SPI flash operation 2023-11-10 09:11:35 +08:00
z16
z80 Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
CMakeLists.txt
Kconfig mm/kmap: Fix bad dependency to ARCH_VMA_MAPPING 2023-11-02 15:10:57 +02:00