Alin Jerpelea

Results 24 issues of Alin Jerpelea

## Summary fix adc example for nucleo-f446re: - the second ADC channel should be different from first channel - enable ADC SCAN mode so we get convertion on CH0 and...

Size: XS
Board: arm

## Summary arch/risc-v: decouple common source for Espressif's MCUBoot port Decouples the NuttX build from the MCUBoot common source on RISC-V Espressif devices. Allows using different branches for each. arch/xtensa:...

Arch: risc-v
Arch: xtensa
Size: S

## Summary When writing to the next sector after the forward position has been written by seek, the old sector buffer is used, which may corrupt the file system. Therefore,...

Area: File System
Size: S

## Summary Fix compilation when TIM6/TIM7 is missing for stm32-m0. ## Impact RELEASE ## Testing CI

Arch: arm
Size: S

## Summary For AVR, atomic functions generated by LOAD macro turn into load surrounded by up_irq_save and up_irq_restore. The generated code was incorrect as can be seen from disassembly of...

Arch: avr
Size: S

## Summary the address is 0x3c270203, cause unaligned access usage Fault (gdb) p g_tcp_connections $1 = {pool = 0x3c270203 , prealloc = 8, dynalloc = 1, nodesize = -376, sem...

Area: Networking
Size: XS

## Summary Check if all iov_base are inside accessible address space. e.g. ret = write(fd, NULL, 3); The iov.iov_base is NULL but iov.iov_len is NOT zero. [nuttx/fs/vfs/fs_write.c](https://github.com/apache/nuttx/blob/dd07367f4eeb5ebe785c601e84143cfaf6ad411a/fs/vfs/fs_write.c#L425-L432) Lines 425 to...

Area: File System
Size: S

## Summary This PR fixes a couple of issues with the i.MX93 ethernet MAC driver preventing transmission in (at least) the EVK board. Prior configuration would allow receiving packets, but...

Area: Networking
Arch: arm64
Size: M
Board: arm64

## Summary Silence format string warning by adding missing '%' sign. ## Impact RELEASE ## Testing CI

Area: Sensors
Size: XS

## Summary While going through the code in drivers/serial/serial.c, I noticed this comment: The head and tail pointers are 16-bit values. The only time that the following could be unsafe...

Arch: avr
Area: Drivers
Size: M