summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add ADXL345 accelerometer driver. From Alan Carvalho de AssisGregory Nutt2014-12-1612-9/+1623
* Update a README fileGregory Nutt2014-12-161-0/+4
* Forgot to add file before last commitGregory Nutt2014-12-161-0/+289
* Freedom-KL25Z: Add board specific code to interface with ADXL345 driver. Fro...Gregory Nutt2014-12-165-2/+30
* Update README filesGregory Nutt2014-12-153-22/+55
* Traveler: Make updated to build available toolsGregory Nutt2014-12-152-7/+12
* Traveler: Add another trivial plane management toolGregory Nutt2014-12-155-6/+208
* Traveler: Add another trivial plane management toolGregory Nutt2014-12-152-3/+319
* Traveler: Add the first of several game-related toolsGregory Nutt2014-12-144-2/+307
* Fix door open detectionGregory Nutt2014-12-141-3/+2
* Traveler: Slow movement downGregory Nutt2014-12-141-20/+32
* More fixes to traveler input handlingGregory Nutt2014-12-141-10/+11
* Various fixes to traveler joystick input logic and to simulated joystick deviceGregory Nutt2014-12-144-51/+61
* Mouse simulatin should receive mouse positional input even if no button is pr...Gregory Nutt2014-12-141-1/+1
* SIM: Several fixes to the simulated joystick driver. Still buggyGregory Nutt2014-12-143-58/+44
* Update ChangeLogGregory Nutt2014-12-141-0/+4
* SIM: Add an X11 mouse-based simulation of an analog joystick deviceGregory Nutt2014-12-1410-10/+348
* Traveler: Add support for analog joystickGregory Nutt2014-12-146-50/+482
* Include sched.h to avoid warningGregory Nutt2014-12-141-0/+1
* Update ChangeLogGregory Nutt2014-12-131-0/+5
* More changes associated with GPIO interrupt for the KL architecture from Alan...Gregory Nutt2014-12-133-2/+70
* Add GPIO interrupt capability for the KL architecture. The patch is almost th...Gregory Nutt2014-12-133-16/+392
* Update TODO listGregory Nutt2014-12-131-1/+17
* apps/system/cu: Add a some configurable defaults (only to reduce my keystrok...Gregory Nutt2014-12-133-7/+35
* FS: Add a check for a NULL pathname.Gregory Nutt2014-12-131-1/+1
* SIM: Fix simulated console... it needs to return immediately when even one by...Gregory Nutt2014-12-133-6/+41
* Update ChangeLogGregory Nutt2014-12-131-1/+5
* Sempahores: Add logic to clean up after task_delete() or pthread_cancel() if...Gregory Nutt2014-12-137-22/+304
* Cosmetic fix to a commentGregory Nutt2014-12-131-1/+1
* Update ChangeLogsGregory Nutt2014-12-132-1/+10
* Costmetic change to a commentGregory Nutt2014-12-131-1/+1
* Add a minimalist implemention of the 'cu' terminal program (part of Taylor U...Gregory Nutt2014-12-136-9/+36
* .Gregory Nutt2014-12-135-0/+676
* Update TODO list and add REVISIT commentGregory Nutt2014-12-132-2/+50
* Update ChangeLogGregory Nutt2014-12-131-0/+10
* In case a thread is doing a blocking operation (e.g. read()) on a serialGregory Nutt2014-12-131-0/+23
* Update ChangeLgoGregory Nutt2014-12-131-1/+5
* TM4C123G LaunchPad: Update STATUS in README fileGregory Nutt2014-12-131-0/+6
* STM32 LTDC: Fix a typo in conditional compilationGregory Nutt2014-12-131-1/+1
* STM32 OTG HS DEV (in FS mode): Disable ULPI clock enable in RCC AHB1 Register...Gregory Nutt2014-12-131-0/+10
* Tiva I2C: Don't try to ACK and STOP on the same byte. Improve logic that sup...Gregory Nutt2014-12-121-8/+47
* Tiva I2C: Legacy mode reset logic ommitted in last commitGregory Nutt2014-12-121-2/+20
* Tiva I2C: Add logic to reset I2C when busy hangs with busyGregory Nutt2014-12-121-79/+102
* Update ChangeLogGregory Nutt2014-12-121-0/+2
* sscanf should also support %FGregory Nutt2014-12-121-1/+1
* Update ChangeLogGregory Nutt2014-12-121-1/+4
* sscanf: Accept %X as well as %x as a format specifier. From Sébastien LorquetGregory Nutt2014-12-121-0/+1
* STM32 OTGHS Device: Fix for OTGHS core working in FS mode. From Ken PettitGregory Nutt2014-12-121-0/+8
* Cosmetic change to force compliance with coding standardGregory Nutt2014-12-122-2/+6
* Tiva I2C: Fix how I2C transactions are started and some I2C error reportingGregory Nutt2014-12-112-99/+116