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 |
Gregory Nutt
|
93629d7192
|
Minor fix to debug format
|
2014-05-08 11:18:55 -06:00 |
Gregory Nutt
|
765805234f
|
Corrected pcode.h header file
|
2014-05-08 11:11:44 -06:00 |
Gregory Nutt
|
7fffa72ee5
|
Add a ROMFS file system for testing the P-Code binary format
|
2014-05-08 11:08:01 -06:00 |
Gregory Nutt
|
e2b8eb6aad
|
Add support for the STM32152 and STM32162 Medium+ density parts (plus miscellaneous other improvements to the original STM32151 logic). From Jussi Kivilinna and Sami Pelkonen
|
2014-05-08 09:20:11 -06:00 |
Gregory Nutt
|
b5efb9dd77
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:01:14 -06:00 |
Gregory Nutt
|
7594d8b8cf
|
Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna
|
2014-05-08 09:00:33 -06:00 |
Gregory Nutt
|
35e94a5be4
|
LIS331DL driver: Correct build dependency. Sourceforge ticket #41 from Kosma Moczek
|
2014-05-08 07:39:10 -06:00 |
Gregory Nutt
|
b6f264488a
|
BINFMT: A framework to support a P-code binary format (a work in progress)
|
2014-05-07 13:47:52 -06:00 |