- Aug 26, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 25, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
BugFix:Lost first word from FIFO
-
Gregory Nutt authored
-
David Sidrane authored
1) Do not overwrite Reserved Bits in GINTSTS (per ref manual)* 2) Acknowledge all pending int on entry to ISR that are Only rc_w1* 3) Do not disable RXFVL* 4) Loop until RXFVL is cleared* 5) Only clear the NAK on the endpoint on the OTGFS_GRXSTSD_PKTSTS_SETUPDONE to not loose the first WORD of FIFO all the data (Bug Fix) Changed marked *are just driver clean up and ensure ints are not lost. The bug fix is #5 Test case open putty and observer the Set/Get LineCoding Without this fix #5 the Get will not match the Set, and infact the data might be skewed by 4 bytes, that are lost from the FIFO if the OTGFS_DOEPCTL0_CNAK bit is set in the OTGFS_GRXSTSD_PKTSTS_SETUPRECVD as opposed to the OTGFS_GRXSTSD_PKTSTS_SETUPDONE Set Line Coding DATA1: 4B | 00 c2 01 00 00 00 08 | c8 1B Get Line Coding DATA1: 4B | .. .. .. .. 00 00 08 c8 .. 00 00 07 | 7a 72
-
Sebastien Lorquet authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
Updata difftime. Add a version of difftime for the case where the platform does not support type double
-
Gregory Nutt authored
-
- Aug 24, 2016
-
-
Sebastien Lorquet authored
libc/time: This commit adds the difftime() function. Since the function returns a double, I have isolated it in a CONFIG_LIBC_DIFFTIME option (It also depends on the toolchain-dependent CONFIG_HAVE_DOUBLE so is not available on tiny platforms).
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Update to NuttX C coding style document with additions discussing long comments on the right side of a statement or data definition.
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-
Sebastien Lorquet authored
-
Aleksandr Vyhovanec authored
-
Alexander Entinger authored
-
Alexander Entinger authored
-
- Aug 23, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Merged in bkueng/nuttx-1/bkueng/mtd-add-fujistu-mb85rs256b-ramtron-suppo-1471976814505 (pull request #124) mtd: Add Fujistu MB85RS256B ramtron support
-
Beat Küng authored
contributed by flatlevel from https://github.com/PX4/NuttX/pull/79
-
Entinger Alexander authored
-
Entinger Alexander authored
-
Gregory Nutt authored
-
Gregory Nutt authored
CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
-
- Aug 22, 2016
-
-
Gregory Nutt authored
-
Beat Küng authored
This is to avoid GCC to optimize null-pointer checks away, in case the default operator new is used together with -fno-exceptions.
-
- Aug 21, 2016
-
-
Gregory Nutt authored
-
- Aug 20, 2016
-
-
Gregory Nutt authored
XorShift128: Add some protection to handle the case where this logic could be called from the interrupt level.
-
Gregory Nutt authored
-
Gregory Nutt authored
sched/sched_cpuload_oneshot: Use the oneshot timer with optional entropy to measuer cPU load if so configured.
-