summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add CRC8 support. From Ken PettitGregory Nutt2014-12-093-1/+226
|
* Add procfs write support. From Ken PetitGregory Nutt2014-12-091-2/+34
|
* Fix typo in Tiva UART regiser address definition. SourceForge Ticket #37Gregory Nutt2014-12-091-1/+1
|
* Update ChangeLogGregory Nutt2014-12-091-0/+4
|
* Tiva: Add build framework and skeleton files for Tiva I2C driver. Initial ↵Gregory Nutt2014-12-094-10/+2143
| | | | commit is just the STM32 I2C driver with name changes and STM32-specific logic removed
* Refresh configurationGregory Nutt2014-12-092-60/+165
|
* Update the Tiva I2C register definitions for the TM4C123 and TM4C129Gregory Nutt2014-12-093-133/+761
|
* Update READMEGregory Nutt2014-12-091-6/+0
|
* Traveler: Add logic to limit the frame rate. This is kind of a silly ↵Gregory Nutt2014-12-081-0/+2
| | | | feature -- why would you ever want to limit the frame rate? Well, you need to that on the simulated platform to make bandwidth for other things to run like the simulated timer
* Travel: Fix more initialization errors, mostly related to file path problemsGregory Nutt2014-12-082-3/+10
|
* Update ChangeLogGregory Nutt2014-12-081-0/+3
|
* stdint.h: Don't use hex values to specify minimum values of fixed width, ↵Gregory Nutt2014-12-081-106/+106
| | | | signed values. Hex values are inherently unsigned and not usable for this purpose in all contexts
* Extend the simulator to provide special initialization for the Traveler gameGregory Nutt2014-12-083-2/+99
|
* Update ChangeLogGregory Nutt2014-12-081-0/+6
|
* avsprintf(): Fix a bug in usage of va_list on x86. On x86, va_list is a ↵Gregory Nutt2014-12-081-3/+30
| | | | pointer to a single copy on the stack. avsprintf() calls lib_vsprintf() twice and so traverses the va_list twice using va_start. va_start modifies that single copy on the stack so that the second call to lib_vsprintf() fails. This appears to be an issue with x86 only so far
* Update ChangeLogGregory Nutt2014-12-081-1/+6
|
* Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations. This is ↵Gregory Nutt2014-12-082-84/+84
| | | | based on an F411 SPI1 errata but the fixed is generalized to all SPI and all F2 and F4 (let me know if this introduces any other issues). Discovered and fixed by Sebastien Lorquet after much consternation.
* Cosmetic change to debug outputGregory Nutt2014-12-081-1/+1
|
* Update ChangeLogGregory Nutt2014-12-081-0/+2
|
* Traveler: Add build configuration for the simulated targetGregory Nutt2014-12-084-0/+929
|
* Traveler: Change the way that the world path is managed.Gregory Nutt2014-12-081-1/+1
|
* Update ChangeLogGregory Nutt2014-12-081-0/+4
|
* Allow building simulated framebuffer dirver is NX is not enabledGregory Nutt2014-12-081-5/+5
|
* Refresh configurationGregory Nutt2014-12-081-54/+144
|
* Fix a typo in a recent commitGregory Nutt2014-12-081-1/+1
|
* Remove warning about redefined strtok_rGregory Nutt2014-12-082-0/+2
|
* Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selectedGregory Nutt2014-12-086-59/+169
|
* 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
* 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
|
* Update ChangeLogGregory Nutt2014-12-031-2/+6
|
* Nucleo-F4x1RE: Add support for an analog joystick shield. There are still ↵Gregory Nutt2014-12-036-5/+760
| | | | some ADC issues to be worked through as of the initial commit
* Update READMEGregory Nutt2014-12-031-0/+10
|
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-033-14/+19
|
* Update ChangeLogGregory Nutt2014-12-031-3/+4
|
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-038-14/+698
|
* Refresh configurationGregory Nutt2014-12-031-4/+18
|
* Update ChangeLogGregory Nutt2014-12-021-0/+5
|
* STM32: Add MCO configuration for the STM32L1xx. From Jussi KivilinnaGregory Nutt2014-12-021-0/+36
|