- Feb 24, 2015
-
-
Gregory Nutt authored
fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
sauttefk authored
-
sauttefk authored
-
Gregory Nutt authored
CAN driver: Another Ooops... Cannot save the updated driver open count if the we fail to initialize the CAN driver, causing the open to fail
-
Gregory Nutt authored
CAN driver: Oop. unlink method does not exist if there operaions on the pseudo filesystem are disabled
-
sauttefk authored
boards.
-
Gregory Nutt authored
-
Gregory Nutt authored
this line "dev->cd_ocount = tmp;" needs to be moved a few lines down otherwise the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks. SourceForge Patch #46 from Anonymous
-
- Feb 23, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PIC32MZ: Make sure that the microMIPS ISA is selected on all common MIPS32 assembly files when the PIC21MZ is selected
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 22, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
MIPS: Add some build support for the M14K and also for the PIC32MZ Starter Kit. Still a long way to go
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add basic board support for the PIC32MZ (can't build yet of course because there is not yet any PIC32MZ support)
-
Gregory Nutt authored
-
Gregory Nutt authored
Add path for Pinguino tools. Need to be careful because bin directory has an incompatible make.exe in it
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
-
Gregory Nutt authored
pic32mx-starterkit: Move scripts to common directory. Pinguino build needs to use a different linker script
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename pic32-starterkit to pic32mx-starterkit to make room in the namespace for the pic32mz-starterkit
-
- Feb 21, 2015
-
-
Gregory Nutt authored
STM32: Fix for compilation introduced by last backup RAM change. Not sure it it is correct, be now things do compile
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the file system. With an option to Save Panic context to one of the files. From David Sidrane.
-