[ 72.181528] pci_request_irq() failed. [ 72.185484] alt_up_pci_probe() failed with error: -22The status_use_accessors value is 0x10c00, and irq_settings_can_request(), where this value and with _IRQ_NOREQEUST, the result is not zero, so EINVAL returned....
I designed the FPGA with Vivado 2015.4, the Linux application with Petalinux 2015.4. Problem : the request_irq() in xilinx_axienet_open() fails with error -22 ... net eth0: axienet_open() xilinx_axienet 40000000.ethernet: request_irq() failed, errno:-22 ... I didn't found applicati...
[ 0.675890] ralink-usb-phy usbphy: failed to get sysctl registers [ 0.682964] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.691399] console [ttyS0] disabled [ 0.694849] 10000c00.uartlite: ttyS0 at MMIO 0x10000c00 (irq = 20, base_baud = 2500000) is a Palmchip BK-3103...
os/arch/arm/include/imxrt/imxrt105x_irq.h:496: ERROR: [IDT_M_TAB] code indent should use tabs where possible os/arch/arm/include/imxrt/imxrt105x_irq.h:496: ERROR: [IDT_M_TAB] please, no spaces at the start of a line os/arch/arm/include/imxrt/imxrt105x_irq.h:497: ERROR:...
同步日志: 2016-12-29 16:48:18 WARNING: Request failed,wait 3s to retry(1). Curl(55): Error, SSL_write() returned SYSCALL, errno = 104. 分享101 内核吧 itudou4 搞定:为什么同步IRP才可以由IoCompletionRequest自动释放?因为释放的实现依据的是 APC 例程,而 APC 有明确的 Thread 才行。 而只有...
[56/135] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj [57/135] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj [58/135] Building ASM object zephyr/...
periph_gpio_ll_irq_unmask \ 45 changes: 25 additions & 20 deletions 45 tests/periph/gpio_ll/main.c Original file line numberDiff line numberDiff line change @@ -90,7 +90,7 @@ if (!val) { printf("expect failed at line %u\n", line); fflush(stdout); while(1) {} Check warning...