summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* strncpy: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of ↵Gregory Nutt2014-12-111-1/+1
| | | | memory if n == 0. From Hiro
* Updatge ChangeLogGregory Nutt2014-12-101-0/+3
|
* M25P serial flash driver: Add subsector size of the M24P16 part. From LazloGregory Nutt2014-12-101-54/+58
|
* Update ChangeLogGregory Nutt2014-12-101-0/+3
|
* NSH TFTP get command: Wrong file name used for the destination. From LazloGregory Nutt2014-12-102-4/+5
|
* Fix cosmetic typo in header file idempotence. Note by LazloGregory Nutt2014-12-101-3/+3
|
* Update ChangeLogGregory Nutt2014-12-101-0/+5
|
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ↵Gregory Nutt2014-12-1028-0/+19305
| | | | NuttX by Pierre-Noel Bouteville
* Update ChangeLogGregory Nutt2014-12-101-1/+4
|
* TM4C123G LaunchPad: Add initialization logic for an external AT24 EEPROM. ↵Gregory Nutt2014-12-108-27/+549
| | | | This is intended only to suppport testing of the Tiva I2C driver
* Tiva I2C: Add I2C options to KconfigGregory Nutt2014-12-102-16/+56
|
* Tiva I2C: Add workaround for errata; clean up some error handlingGregory Nutt2014-12-101-2/+19
|
* Update ChangeLogGregory Nutt2014-12-101-0/+3
|
* Tiva I2C: Driver is code complete but untestedGregory Nutt2014-12-102-362/+312
|
* Tiva i2C: Lots of compilation fixesGregory Nutt2014-12-101-264/+213
|
* Simplify I2C master/slave addresing to simplify driver developmentGregory Nutt2014-12-105-261/+216
|
* Tiva I2C: Finishes initialization logicGregory Nutt2014-12-101-133/+197
|
* Tiva: Do I2C clock initialization without using legacy registers. ↵Gregory Nutt2014-12-091-0/+28
| | | | Necessary for I2C3-5
* Add a little bit more Tiva I2C initialization logicGregory Nutt2014-12-094-51/+62
|
* Update ChangeLogGregory Nutt2014-12-091-0/+8
|
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-0912-488/+4352
|
* 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
|
* Traveler: Use less floating point in timeing instrumentationGregory Nutt2014-12-091-20/+104
|
* Update the Tiva I2C register definitions for the TM4C123 and TM4C129Gregory Nutt2014-12-093-133/+761
|
* Fix backup time calculationGregory Nutt2014-12-091-1/+1
|
* Update READMEGregory Nutt2014-12-091-6/+0
|
* Traveler: Add logic to limit the frame rate. This is kind of a silly ↵Gregory Nutt2014-12-085-19/+71
| | | | 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-087-17/+47
|
* Update ChangeLogGregory Nutt2014-12-081-0/+3
|
* Passing wrong string for the world pathGregory Nutt2014-12-081-1/+1
|
* 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-084-3/+101
|
* 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-089-53/+95
|
* 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
|