- Jul 15, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
PTY: Add ioctls to support locking and unlocking of the slave. LIBC: Add implementation of unlockpt()
-
Gregory Nutt authored
PTY: Added PTY IOCTL command definitions. Add support for TIOCGPTN. LIB: Implement ptsname() and ptsname_r()
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Correct some Make.defs problems for qemu-486 config
-
Gregory Nutt authored
Fix a bug of tiva i2c ports configuration
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Vladimir Komendantskiy authored
-
Young authored
-
Young authored
-
Gregory Nutt authored
Prototype versions of ptmx/pty suppoprt. Still under developement; not yet hooked into build or configuration system.
-
David Alessio authored
-
Gregory Nutt authored
-
Wolfgang Reissnegger authored
Per documentation SAM4S and SAM4E have the BMR register values as they are already defined. No need for chip specific values. In addition: - CONFIG_ARCH_CHIP_SAM4s has wrong lower case 's' so the definitions would not be used anyways for SAM4S builds. - TC_BMR_TC2XC2S_TIOA2 does not make sense. There is no way to loop back TC2's TIOA2 into itself.
-
- Jul 14, 2016
-
-
Gregory Nutt authored
-
Ken Pettit authored
SMART MTD layer: Fixes freesector logic error when sectorsPerBlk=256, adds DEBUGASSERT for invalid geometry and additional memory debug logic. Also fixes the dangling pointer on error bug.
-
Gregory Nutt authored
-
Gregory Nutt authored
If CONFIG_SPIFI_SECTOR512 undefined, lpc43_bwrite doesn't do actual write (probably copy/paste errors). Still not sure about current state of lpc43_spifi implementation, but for me NXFFS works with this patch. From Vytautas Lukenskas.
-
Gregory Nutt authored
-
Pierre-noel Bouteville authored
I'm using syslog through ITM. In this case syslog_channel function is call before ram initialisation in stm32_clockconfig. But syslog channel uses a global variable that is reset to default by the RAM initialization.
-
- Jul 13, 2016
-
-
Gregory Nutt authored
port foward bugfix from stm32 of oneshot timer
-
ziggurat29 authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Max Neklyudov authored
-
Max Neklyudov authored
-
Gregory Nutt authored
-
Stefan Kolb authored
This commit solves a problem which causes data loss while sending data via USB. This problem is caused by an incorrect handling of the endpoint state in the USB driver sam_usbdevhs. This leads under some circumstances to situations in which an DMA transfer is setup while a previous DMA transfer is currently active. Amongst other things I introduced the new endpoint state USBHS_EPSTATE_SENDING_DMA for the fix. To reproduce the problem, I used a program which send as many data as possible via a CDC/ACM device and verified the received data on the PC.
-
Gregory Nutt authored
Kinetis and Freedom-K64F: Remove unused configuration variable; fix some compile issues; SDHC is now enabled in the nsh configuration (but does not work)
-
Gregory Nutt authored
-
Gregory Nutt authored
-
ziggurat29 authored
-
Sebastien Lorquet authored
STM32L4 Serial: Remove some STM32Fxxx conditional logic; fix a link error resulting from an over-aggressive rename.
-
Gregory Nutt authored
-