Commit Graph

2307 Commits

Author SHA1 Message Date
Gregory Nutt
e0c16073fa Update changelog 2014-06-23 11:02:28 -06:00
Gregory Nutt
67fd74049c Update ChangeLog 2014-06-19 08:35:57 -06:00
Gregory Nutt
3aca3430c4 Update ChangeLog 2014-06-18 10:49:56 -06:00
Gregory Nutt
0988280e4e Update ChangeLog 2014-06-18 09:51:08 -06:00
Gregory Nutt
9abd83b24d Update ChangeLog 2014-06-17 13:19:47 -06:00
Gregory Nutt
ee42690057 Update ChangeLog 2014-06-15 13:23:30 -06:00
Gregory Nutt
dcb876fb36 Update ChangeLog 2014-06-15 12:43:54 -06:00
Gregory Nutt
273f6a4f3e Update ChangeLog 2014-06-14 16:20:37 -06:00
Gregory Nutt
ced8cf0d6b Update ChangeLog 2014-06-14 13:12:31 -06:00
Gregory Nutt
9c861564df Updated ChangeLog 2014-06-12 16:33:20 -06:00
Gregory Nutt
93aba84daf Updated Changelogs 2014-06-12 12:32:29 -06:00
Gregory Nutt
4c94b51eac Update ChangeLog 2014-06-12 07:53:44 -06:00
Gregory Nutt
a295209481 Update ChangeLog 2014-06-06 12:38:58 -06:00
Gregory Nutt
6de373ea4a Update ChangeLog 2014-06-06 11:20:40 -06:00
Gregory Nutt
c8e63fe909 ChangeLog update 2014-06-05 14:39:09 -06:00
Gregory Nutt
38900d8ba6 Updated ChangeLog 2014-06-04 14:41:59 -06:00
Gregory Nutt
35eb466620 Update ChangeLog 2014-06-03 17:51:01 -06:00
Gregory Nutt
c01af8bc14 Update ChangeLog 2014-06-03 12:43:16 -06:00
Gregory Nutt
3e4826dd49 Add support for the Olimex STM32 h405. From Martin Lederhilger 2014-06-03 10:35:40 -06:00
Gregory Nutt
84dc8faccb Update ChangeLog 2014-06-02 07:50:16 -06:00
Gregory Nutt
2b7f51fe00 Move ICMP files from net/uip to net/icmp 2014-05-30 13:33:33 -06:00
Gregory Nutt
af0892ddea Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_ 2014-05-30 12:13:42 -06:00
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
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
10d8ea8f59 CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used 2014-05-26 07:45:26 -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
e91073bc02 Updated changelog 2014-05-23 08:44:19 -06:00
Gregory Nutt
363b93be00 Updated ChangeLogs 2014-05-23 08:01:09 -06:00
Gregory Nutt
5b08e98d1e Update ChangeLogs 2014-05-22 09:03:53 -06:00
Gregory Nutt
5c3d117b0d Update ChangeLog 2014-05-21 07:37:57 -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
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
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
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
e3373aaf39 Add support for Fujitsu MB85RS1MT part. From Charles Ash 2014-05-12 18:43:06 -06:00
Gregory Nutt
6e86ae89dd Fix typo RBG -> RGB in several macros 2014-05-12 13:00:48 -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
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
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
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
Gregory Nutt
b054463c9e Optimized memcpy() functin for the ARMv7-A from David Sidrane 2014-05-06 14:58:48 -06:00
Gregory Nutt
22733f9a79 The Nucleo-F401RE has no on-board cystal and, hence, must use the on-chip HSI oscillator for the PLL include clock 2014-05-06 10:01:02 -06:00
Gregory Nutt
227cd6ca66 BINFMT: Fix an error in the symbol search function. Noted by Pelle Windestam 2014-05-06 07:49:52 -06:00
Gregory Nutt
f06e9dbcaa Timer driver updates from Bob Doiron 2014-05-05 14:40:19 -06:00