Gregory Nutt
|
16f5ea451b
|
Fix cosmetic typo in header file idempotence. Note by Lazlo
|
2014-12-10 18:27:29 -06:00 |
|
Gregory Nutt
|
c095c89c3f
|
Update ChangeLog
|
2014-12-10 17:13:51 -06:00 |
|
Gregory Nutt
|
cb76fc05fc
|
Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by NuttX by Pierre-Noel Bouteville
|
2014-12-10 17:11:23 -06:00 |
|
Gregory Nutt
|
ccf4c04d7f
|
Update ChangeLog
|
2014-12-10 15:58:33 -06:00 |
|
Gregory Nutt
|
47c4ce5761
|
TM4C123G LaunchPad: Add initialization logic for an external AT24 EEPROM. This is intended only to suppport testing of the Tiva I2C driver
|
2014-12-10 15:56:49 -06:00 |
|
Gregory Nutt
|
98d9ceb582
|
Tiva I2C: Add I2C options to Kconfig
|
2014-12-10 13:56:00 -06:00 |
|
Gregory Nutt
|
bf5179d0ac
|
Tiva I2C: Add workaround for errata; clean up some error handling
|
2014-12-10 13:01:47 -06:00 |
|
Gregory Nutt
|
730e468edd
|
Update ChangeLog
|
2014-12-10 12:44:45 -06:00 |
|
Gregory Nutt
|
58d0e169c7
|
Tiva I2C: Driver is code complete but untested
|
2014-12-10 12:43:46 -06:00 |
|
Gregory Nutt
|
03e1ecd6aa
|
Tiva i2C: Lots of compilation fixes
|
2014-12-10 08:47:34 -06:00 |
|
Gregory Nutt
|
86577c2282
|
Simplify I2C master/slave addresing to simplify driver development
|
2014-12-10 08:47:07 -06:00 |
|
Gregory Nutt
|
0daa071f2a
|
Tiva I2C: Finishes initialization logic
|
2014-12-10 07:31:44 -06:00 |
|
Gregory Nutt
|
c16ab05135
|
Tiva: Do I2C clock initialization without using legacy registers. Necessary for I2C3-5
|
2014-12-09 15:28:10 -06:00 |
|
Gregory Nutt
|
20b4417e48
|
Add a little bit more Tiva I2C initialization logic
|
2014-12-09 14:48:24 -06:00 |
|
Gregory Nutt
|
b26a5d2d83
|
Update ChangeLog
|
2014-12-09 14:15:13 -06:00 |
|
Gregory Nutt
|
cdc8fc52d1
|
SmartFS: Implements wear-leveling in the SmartFS. From Ken Pettit
|
2014-12-09 14:11:15 -06:00 |
|
Gregory Nutt
|
69cb752813
|
Add CRC8 support. From Ken Pettit
|
2014-12-09 13:27:22 -06:00 |
|
Gregory Nutt
|
cb051a522d
|
Add procfs write support. From Ken Petit
|
2014-12-09 13:24:38 -06:00 |
|
Gregory Nutt
|
b05fefc15a
|
Fix typo in Tiva UART regiser address definition. SourceForge Ticket #37
|
2014-12-09 12:18:41 -06:00 |
|
Gregory Nutt
|
3c85e9e09f
|
Update ChangeLog
|
2014-12-09 12:18:40 -06:00 |
|
Gregory Nutt
|
f5c124e081
|
Tiva: Add build framework and skeleton files for Tiva I2C driver. Initial commit is just the STM32 I2C driver with name changes and STM32-specific logic removed
|
2014-12-09 12:18:40 -06:00 |
|
Gregory Nutt
|
a026df3f95
|
Refresh configuration
|
2014-12-09 12:18:39 -06:00 |
|
Gregory Nutt
|
928bc5ca84
|
Update the Tiva I2C register definitions for the TM4C123 and TM4C129
|
2014-12-09 08:42:12 -06:00 |
|
Gregory Nutt
|
c6cc9b1030
|
Update README
|
2014-12-09 06:21:30 -06:00 |
|
Gregory Nutt
|
f31c72d7af
|
Traveler: Add logic to limit the frame rate. This is kind of a silly 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
|
2014-12-08 13:45:17 -06:00 |
|
Gregory Nutt
|
1e3472b487
|
Travel: Fix more initialization errors, mostly related to file path problems
|
2014-12-08 12:39:02 -06:00 |
|
Gregory Nutt
|
e5c04343e4
|
Update ChangeLog
|
2014-12-08 11:47:39 -06:00 |
|
Gregory Nutt
|
7f59a64f42
|
stdint.h: Don't use hex values to specify minimum values of fixed width, signed values. Hex values are inherently unsigned and not usable for this purpose in all contexts
|
2014-12-08 11:44:52 -06:00 |
|
Gregory Nutt
|
b26923b746
|
Extend the simulator to provide special initialization for the Traveler game
|
2014-12-08 10:54:58 -06:00 |
|
Gregory Nutt
|
b3b6aa2f12
|
Update ChangeLog
|
2014-12-08 10:41:56 -06:00 |
|
Gregory Nutt
|
297a255fd8
|
avsprintf(): Fix a bug in usage of va_list on x86. On x86, va_list is a 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
|
2014-12-08 10:40:06 -06:00 |
|
Gregory Nutt
|
0354c47830
|
Update ChangeLog
|
2014-12-08 09:53:58 -06:00 |
|
Gregory Nutt
|
63ba9bdf17
|
Set the GPIO_SPEED_50MHz on all F2 and F4 SPI pin configurations. This is 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.
|
2014-12-08 09:51:52 -06:00 |
|
Gregory Nutt
|
771bbc1be8
|
Cosmetic change to debug output
|
2014-12-08 09:43:01 -06:00 |
|
Gregory Nutt
|
1cfabb1dcf
|
Update ChangeLog
|
2014-12-08 09:37:50 -06:00 |
|
Gregory Nutt
|
847c8ba16f
|
Traveler: Add build configuration for the simulated target
|
2014-12-08 09:33:56 -06:00 |
|
Gregory Nutt
|
91e22aeedd
|
Traveler: Change the way that the world path is managed.
|
2014-12-08 09:28:53 -06:00 |
|
Gregory Nutt
|
344b5ec96a
|
Update ChangeLog
|
2014-12-08 08:31:37 -06:00 |
|
Gregory Nutt
|
eabb95fc89
|
Allow building simulated framebuffer dirver is NX is not enabled
|
2014-12-08 08:29:48 -06:00 |
|
Gregory Nutt
|
6bb03ca02d
|
Refresh configuration
|
2014-12-08 08:29:08 -06:00 |
|
Gregory Nutt
|
58ce5653fb
|
Fix a typo in a recent commit
|
2014-12-08 08:28:50 -06:00 |
|
Gregory Nutt
|
b7715ee018
|
Remove warning about redefined strtok_r
|
2014-12-08 08:28:22 -06:00 |
|
Gregory Nutt
|
8bd5556b47
|
Fix compilation errors if CONFIG_DISABLE_MOUNTPOINT is selected
|
2014-12-08 07:14:31 -06:00 |
|
Gregory Nutt
|
d9344793a9
|
Remove unused setting of a variable
|
2014-12-07 07:16:20 -06:00 |
|
Gregory Nutt
|
289804f850
|
Update ChangeLog
|
2014-12-06 12:11:30 -06:00 |
|
Gregory Nutt
|
1b5e296489
|
Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids re-definition errors about the FILE define. From Thomas Gruber via the PX4 repository
|
2014-12-06 12:10:08 -06:00 |
|
Gregory Nutt
|
e4ef0541d8
|
Update ChangeLog
|
2014-12-06 07:19:00 -06:00 |
|
Gregory Nutt
|
ff87e2e02a
|
In message queue created return ENOSPC error if size exceeds the configured size of pre-allocatd messages; Use ENOSPC vs ENOMEM per OpenGroup.org. From Pierre-Noel Bouteville
|
2014-12-06 07:18:48 -06:00 |
|
Gregory Nutt
|
d007a49194
|
Update ChangeLog
|
2014-12-05 19:17:23 -06:00 |
|
Gregory Nutt
|
ad05793c0f
|
msg type should be char * not void * in mq_send, mq_timedsend, mq_receive, and mq_timedreceive. Noted by Pierre-Noel Bouteville
|
2014-12-05 19:16:14 -06:00 |
|