Gregory Nutt
|
f535e5b6db
|
snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen
|
2014-05-30 08:53:55 -06:00 |
Gregory Nutt
|
59846a8fe9
|
snprintf(): If size is zero, then snprintf() should return the size of the required buffer without writing anyting. From Sami Pelkonen
|
2014-05-30 08:53:43 -06:00 |
Gregory Nutt
|
6f3cb90c05
|
Cosmetic changes
|
2014-05-28 14:09:58 -06:00 |
Gregory Nutt
|
bb53fbdff4
|
STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer.
|
2014-05-27 07:11:23 -06:00 |
Gregory Nutt
|
2b42e2d587
|
STM32 RTC: Add retry to initialization logic. Sometime RTC initialization takes longer. From dlsitzer.
|
2014-05-27 07:10:53 -06:00 |
Gregory Nutt
|
10d8ea8f59
|
CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used
|
2014-05-26 07:45:26 -06:00 |
Gregory Nutt
|
4035ed8c6c
|
CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used
|
2014-05-26 07:45:15 -06:00 |
Gregory Nutt
|
ecd768a9e2
|
Back out PX4 fixes that were reverted in PX4 repository
|
2014-05-25 07:53:00 -06:00 |
Gregory Nutt
|
29d74a522b
|
ChangeLog update
|
2014-05-25 07:39:52 -06:00 |
Gregory Nutt
|
615a7899b4
|
mtd.h needs forward reference to struct spi_dev_s
|
2014-05-25 07:39:15 -06:00 |
Gregory Nutt
|
9e21e8d9d7
|
In-place SED edit can mess up permissions on Windows
|
2014-05-25 07:38:32 -06:00 |
Gregory Nutt
|
56e5bc4268
|
Costmetic changes to memory manager debug output
|
2014-05-24 10:40:07 -06:00 |
Gregory Nutt
|
e91073bc02
|
Updated changelog
|
2014-05-23 08:44:19 -06:00 |
Gregory Nutt
|
795ecc3408
|
STM32 I2C: Final fixes from Max Kriegleder et al.
|
2014-05-23 08:42:14 -06:00 |
Gregory Nutt
|
363b93be00
|
Updated ChangeLogs
|
2014-05-23 08:01:09 -06:00 |
Gregory Nutt
|
2191e27969
|
Update viewtools/nsh configuratin
|
2014-05-23 07:59:38 -06:00 |
Gregory Nutt
|
5b08e98d1e
|
Update ChangeLogs
|
2014-05-22 09:03:53 -06:00 |
Gregory Nutt
|
2abe0dd6dd
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
Gregory Nutt
|
9aba7598b0
|
Change bne to bne.n in irqrestore()
|
2014-05-22 09:01:25 -06:00 |
Gregory Nutt
|
5c3d117b0d
|
Update ChangeLog
|
2014-05-21 07:37:57 -06:00 |
Gregory Nutt
|
2a509d560f
|
CC3000: Fix build when POLL is enabled. From Jussi Kivilinna.
|
2014-05-21 07:37:46 -06:00 |
Gregory Nutt
|
b584ecb967
|
CC3000: Fix a race condition in start-up of unsoliced_thread. From Jussi Kivilinna
|
2014-05-21 07:32:32 -06:00 |
Gregory Nutt
|
b2d26436de
|
Configuration has CC3000_SPI_MODE settings but source uses CONFIG_CC3000_SPIMODE. From Jussi Kivilinna
|
2014-05-21 07:20:09 -06:00 |
Gregory Nutt
|
a9d89b5442
|
Correct SPI mode for CC3000 is CPOL=0 CHPA=1. From Jussi Kivilinna
|
2014-05-21 07:17:46 -06:00 |
Gregory Nutt
|
9a4bd3e028
|
Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith
|
2014-05-20 17:49:52 -06:00 |
Gregory Nutt
|
11c29aebbc
|
Make sure that all references to up_prioritize_irq() are conditioned on CONFIG_ARCH_IRQPRIO. Noted by Make Smith
|
2014-05-20 17:48:39 -06:00 |
Gregory Nutt
|
9d2d8d30ea
|
STM32 lowputc: Fix an error in conditional compilation. From Sami Pelkonen
|
2014-05-20 08:12:07 -06:00 |
Gregory Nutt
|
44a3397283
|
sig_mqnotempty(): Test for a valid signal number inverted. From eero.nurkkala
|
2014-05-20 07:38:43 -06:00 |
Gregory Nutt
|
1b39aff8b4
|
SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabled
|
2014-05-15 11:41:58 -06:00 |
Gregory Nutt
|
83828d5fe3
|
Misc changes while testing the SAM4E-EK LCD (still does not work)
|
2014-05-14 15:31:38 -06:00 |
Gregory Nutt
|
de71f53351
|
SAM4E-EK: Ooops.. two touchscreen drivers(?)
|
2014-05-14 10:56:03 -06:00 |
Gregory Nutt
|
d78aa34ecb
|
Fix one error that I made in the last check-in (there are probably more)
|
2014-05-14 08:09:08 -06:00 |
Gregory Nutt
|
6018da5181
|
Add an alternate STM32 I2C driver that works around errata in the F103 chip (and maybe others). From Patrizio Simona
|
2014-05-14 07:48:47 -06:00 |
Gregory Nutt
|
59e254d1f6
|
correct some columnar alignment and spacing
|
2014-05-13 14:14:57 -06:00 |
Gregory Nutt
|
47dad8d7cf
|
STM32 I2C: Cosmetic changes in preparation to merge a change
|
2014-05-13 13:11:10 -06:00 |
Gregory Nutt
|
c50fc79798
|
SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)
|
2014-05-13 11:28:38 -06:00 |
Gregory Nutt
|
c48bd737d0
|
SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)
|
2014-05-13 10:38:46 -06:00 |
Gregory Nutt
|
ddf151c226
|
A fix to the last MB85RS1MT patch
|
2014-05-12 21:42:06 -06:00 |
Gregory Nutt
|
e3373aaf39
|
Add support for Fujitsu MB85RS1MT part. From Charles Ash
|
2014-05-12 18:43:06 -06:00 |
Gregory Nutt
|
4e55571c21
|
SAM4E: PIO definition clean-up
|
2014-05-12 18:42:25 -06:00 |
Gregory Nutt
|
6e86ae89dd
|
Fix typo RBG -> RGB in several macros
|
2014-05-12 13:00:48 -06:00 |
Gregory Nutt
|
7aff487faa
|
Add ILI9325 register definition header file
|
2014-05-12 11:24:57 -06:00 |
Gregory Nutt
|
8ef77ac3d9
|
Updated README and comments
|
2014-05-10 11:36:20 -06:00 |
Gregory Nutt
|
75d3d33169
|
STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with rogue perpipherals. Taken from the PX4 commit by Tridge
|
2014-05-10 10:34:05 -06:00 |
Gregory Nutt
|
806aee8247
|
Move prun from interpreters/ to system/; And an NSH built-in appliation that can be used to execute P-Code files from the NSH command line
|
2014-05-09 12:30:07 -06:00 |
Gregory Nutt
|
a3e2598d90
|
Move P-Code execution logic from interpreters/prun to system/prun
|
2014-05-09 11:09:43 -06:00 |
Gregory Nutt
|
415500c6d9
|
Make sure apps/examples/pashello still builds; update comments; refresh configurations
|
2014-05-09 10:33:23 -06:00 |
Gregory Nutt
|
ed2e4a15dc
|
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
|
2014-05-09 08:52:11 -06:00 |
Gregory Nutt
|
898e59f112
|
Couple of fixes for the latest STM32 additions / modifications. These are simple fixes dealing with conditional compile based on CONFIG items not being set. From Ken Pettit
|
2014-05-09 06:41:01 -06:00 |
Gregory Nutt
|
e18844de32
|
P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces.
|
2014-05-08 16:58:10 -06:00 |