- May 15, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
AT24 EEPROM driver. Fix some an incorrect variable name used in conditional compilation. SourceForge patch #55
-
- May 14, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename SAMD directories and configuration variables to SAMDL so that the same build environment can support the SAML
-
Gregory Nutt authored
-
Gregory Nutt authored
Clean up some logic in the CDC/ACM host drivers. Test with some other host controller drivers. There are lots of problems.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 13, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Re-implemened pthread_kill(). It as just a simple wrapper around kill() but since the correct dispatching of singles for multi-threaded task groups has been implemented, calling kill() does no work. The corrected implementation of pthread_kill() will direct the signal specifically to the specific pthread and no other.
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMV71-XULT: Reads from LCD memory do not work. Change configuration so that the LCD is treated as write-only
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add inclusion of assert.h in networking files where needed to avoid compilation errors. From Max Neklyudov.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- May 12, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
SAMV7 TWIHS: Fix logic that performs multi-message tranfers with and without repeated starts. This change is the final piece that was required to get the maXTouch Xplained Pro workding.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
USB device. All class drivers. There needs to be a check to make sure that the size of a returned string does not exceed the size of an allocated request buffer
-
Gregory Nutt authored
-
Gregory Nutt authored
-