summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Add first of several ray cast/rendering filesGregory Nutt2014-12-0510-10/+1735
| | | | | | |
| * | | | | | Add door animation logicGregory Nutt2014-12-0412-9/+482
| | | | | | |
| * | | | | | Correct some image scalingGregory Nutt2014-12-042-27/+24
| | | | | | |
| * | | | | | Correct graphics scaling logicGregory Nutt2014-12-033-33/+54
| | | | | | |
| * | | | | | Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-030-0/+0
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'master' of ssh://git.code.sf.net/p/nuttx/gitGregory Nutt2014-12-0727-159/+443
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Remove unused setting of a variableGregory Nutt2014-12-071-1/+0
| | | | | | |
| * | | | | | Update ChangeLogGregory Nutt2014-12-061-0/+4
| | | | | | |
| * | | | | | Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids ↵Gregory Nutt2014-12-061-0/+59
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | re-definition errors about the FILE define. From Thomas Gruber via the PX4 repository
| * | | | | apps/inifile: Filename parameter should be constGregory Nutt2014-12-062-2/+2
| | | | | |
| * | | | | apps/examples/ostest: Missing prototype for nsem_test()Gregory Nutt2014-12-061-0/+4
| | |_|_|/ | |/| | |
| * | | | Update ChangeLogGregory Nutt2014-12-061-1/+4
| | | | |
| * | | | In message queue created return ENOSPC error if size exceeds the configured ↵Gregory Nutt2014-12-063-25/+22
| | | | | | | | | | | | | | | | | | | | size of pre-allocatd messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From Pierre-Noel Bouteville
| * | | | Update ChangeLogGregory Nutt2014-12-051-0/+4
| | | | |
| * | | | msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, ↵Gregory Nutt2014-12-058-46/+46
| | |_|/ | |/| | | | | | | | | | and mq_timedreceive. Noted by Pierre-Noel Bouteville
| * | | Update ChangeLogGregory Nutt2014-12-051-0/+3
| | | |
| * | | Add support for ST Micro EEPROM device geometries. From Sebastien LorquetGregory Nutt2014-12-052-23/+65
| | | |
| * | | Nucleo-f4x1re: Add pull-ups to joystick button GPIOsGregory Nutt2014-12-043-38/+61
| | | |
| * | | Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-045-8/+21
| | | |
| * | | Nucleo-f402re: Add an option to use only a minimal set of joystick buttons. ↵Gregory Nutt2014-12-044-7/+44
| | | | | | | | | | | | | | | | This eliminates some GPIO conflicts
| * | | Nucleo-f4x1re: Add comments about pin conflicts; Fix GPIO configurationGregory Nutt2014-12-043-2/+33
| | | |
| * | | Nucleo-F4x1RE: Fix some joystick shield logicGregory Nutt2014-12-046-15/+80
| |/ /
* | | Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/gitGregory Nutt2014-12-030-0/+0
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-12-0324-35/+2171
| |\
| * \ Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-0217-25/+66
| |\ \
| | * \ Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-12-0229-4/+3650
| | |\ \
| * | | | Mark C file not executableGregory Nutt2014-12-021-0/+0
| | | | |
| * | | | Add some POV logicGregory Nutt2014-12-024-1/+331
| | |/ / | |/| |
| * | | A more more input positional logicGregory Nutt2014-12-024-13/+225
| | | |
| * | | Rethink positional input; Add input configuration logicGregory Nutt2014-12-024-45/+208
| | | |
| * | | Add framework for joystick inputGregory Nutt2014-12-017-3/+156
| | | |
| * | | Add color initilization logiGregory Nutt2014-12-015-2/+713
| | | |
| * | | Making a place for color transformationsGregory Nutt2014-12-013-7/+7
| | | |
| * | | Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0117-80/+1123
| | | |
| * | | A few more traveler fixesGregory Nutt2014-11-302-1/+6
| | | |
| * | | Let's get consistent with spelling: Use the US spelling of traveler with ↵Gregory Nutt2014-11-3019-70/+70
| | | | | | | | | | | | | | | | one 'l'
| * | | Add traveller main file and stubs for required headersGregory Nutt2014-11-3019-14/+1134
| | | |
| * | | Merge branch 'traveller' of ssh://git.code.sf.net/p/nuttx/git into travellerGregory Nutt2014-11-303-0/+239
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/master' into travellerGregory Nutt2014-11-309-18/+53
| | |\ \ \
| | * | | | Remove carriage returns; correct file modesGregory Nutt2014-11-302-73/+73
| | | | | |
| | * | | | Beginning of a 1st person gameGregory Nutt2014-11-303-0/+239
| | | | | |
* | | | | | Oops.. incomplete stuff from a branch accidentally merged. At least make it ↵Gregory Nutt2014-12-031-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | EXPERIMENTAL
* | | | | Add two files that were missed in a previous commitGregory Nutt2014-12-034-1/+331
| | | | |
* | | | | A more more input positional logicGregory Nutt2014-12-034-13/+225
| | | | |
* | | | | Rethink positional input; Add input configuration logicGregory Nutt2014-12-034-45/+208
| | | | |
* | | | | Add framework for joystick inputGregory Nutt2014-12-037-3/+156
| | | | |
* | | | | Add color initilization logiGregory Nutt2014-12-035-2/+713
| | | | |
* | | | | Making a place for color transformationsGregory Nutt2014-12-033-7/+7
| | | | |
* | | | | Add graphic device initialize logic (incomplete)Gregory Nutt2014-12-0317-80/+1123
| | | | |
* | | | | A few more traveler fixesGregory Nutt2014-12-032-1/+6
| | | | |