Commit Graph

2375 Commits

Author SHA1 Message Date
Gregory Nutt
76f45def78 Update ChangeLog 2014-06-25 16:12:35 -06:00
Gregory Nutt
350fa87fea Prep for NuttX-7.3 release 2014-06-25 14:09:41 -06:00
Gregory Nutt
47761cbb93 Update ChangeLog 2014-06-25 11:09:58 -06:00
Gregory Nutt
72dc41db60 Update ChangeLog 2014-06-25 10:35:45 -06:00
Gregory Nutt
934335fe53 Update changelog 2014-06-24 18:56:01 -06:00
Gregory Nutt
6a203c783d Update ChangeLog 2014-06-24 15:39:30 -06:00
Gregory Nutt
3f4ecebedd Upate changelog 2014-06-24 11:54:59 -06:00
Gregory Nutt
f9f9244143 Update changelog 2014-06-24 10:14:43 -06:00
Gregory Nutt
84fc3f5d34 Update changelog 2014-06-24 08:54:19 -06:00
Gregory Nutt
18ea0f3333 Update changelog 2014-06-24 08:34:08 -06:00
Gregory Nutt
d87b07f419 Update changelog 2014-06-24 08:04:44 -06:00
Gregory Nutt
9022bc63cf Update Changelog 2014-06-23 19:38:10 -06:00
Gregory Nutt
eccefc6ef1 Merge remote-tracking branch 'origin/master' into netiob 2014-06-23 12:19:50 -06:00
Gregory Nutt
6600d1da69 Updated ChangeLog 2014-06-23 12:14:06 -06:00
Gregory Nutt
240092a025 Merge remote-tracking branch 'origin/master' into netiob 2014-06-23 11:36:03 -06:00
Gregory Nutt
5fe252ce25 Update ChangeLog 2014-06-23 11:29:30 -06:00
Gregory Nutt
dbcbbf1adf Merge from master 2014-06-23 11:10:24 -06:00
Gregory Nutt
e0c16073fa Update changelog 2014-06-23 11:02:28 -06:00
Gregory Nutt
82dbbb05b6 Net: First bug fixes for modified write buffer logic 2014-06-22 13:34:09 -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
Gregory Nutt
84d28641b7 SAM4S Xplained Pro: Clean-up of LED usage and also some integration of new timer features. From Bob Doiron 2014-05-05 14:38:29 -06:00
Gregory Nutt
f924601fc1 The alternate console device CONFIG_NSH_CONDEV must not be defined unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name 2014-05-05 08:52:02 -06:00
Gregory Nutt
79d9e9cccd If the CPU load measurements are being driven by an external clock, then the prototype for sched_process_cpuload() must be available in include/nuttx/arch.h 2014-04-30 15:47:55 -06:00
Gregory Nutt
3240383133 The SAM4S Xplained Pro now uses the extended timer/counter features. From Bob Doiron. 2014-04-30 14:11:53 -06:00
Gregory Nutt
020583efa2 drivers/mtd/w25.c: Add support for the 8Mbit W25Q80BV part. From Mark Whitehorn. 2014-04-30 13:31:42 -06:00
Gregory Nutt
7857d716b5 Nucleo-F401RE: Fix memory usage 2014-04-30 08:20:30 -06:00
Gregory Nutt
f25d69ff9a Sourceforge patch #40. Fix some conditional logic in clock configuration. From Luciano Neri 2014-04-29 11:32:33 -06:00
Gregory Nutt
7633031713 Updated changelogs and release notes in preparation for the 7.2 release. Still need to do a little more before the release 2014-04-28 10:02:19 -06:00
Gregory Nutt
33ddbeab16 STM32: More places where up_prioritize_irq is called when CONFIG_ARCH_IRQPRIO is not defined. Sourceforge ticket #26 2014-04-28 07:07:47 -06:00
Gregory Nutt
87c78d61bc Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO is not defined 2014-04-25 16:23:00 -06:00
Gregory Nutt
7ee0706bc1 ZNeo: Calculation of timer reload and prescaler was wrong 2014-04-25 15:38:00 -06:00
Gregory Nutt
ff103e9d4c Nucleo: Remove bogus MPU definitions 2014-04-25 08:52:50 -06:00
Gregory Nutt
bdf4a991aa STM32 dmapreflight method must be conditioned on CONFIG_SDIO_PREFLIGHT. From Pelle Windestam 2014-04-25 07:22:14 -06:00
Gregory Nutt
e887473bde ZNEO: Add ESPI driver 2014-04-24 12:52:34 -06:00
Gregory Nutt
465bfcb4cf Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few) 2014-04-22 13:42:38 -06:00
Gregory Nutt
61555fe5e1 Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin 2014-04-22 09:01:20 -06:00
Gregory Nutt
61e80ae998 SAM4S Xplained Pro: Watchdog timer support for Bob Doison 2014-04-21 19:19:56 -06:00
Gregory Nutt
da66bc6434 SAM3/4: Add watchdog timer support. From Bob Doisin 2014-04-21 19:10:06 -06:00
Gregory Nutt
c033ec399f SAM4S Xplained: Boot PPLLA to 2450MHz to support USB 2014-04-21 18:15:55 -06:00
Gregory Nutt
c4d5a30824 SAM4S Xplained Pro: Added card detect, automout procfs. From Bob Doison 2014-04-21 17:49:40 -06:00
Gregory Nutt
f2d25cadf0 Support for the Atmel SAM4S Xplaiend Board from Bob Doison 2014-04-21 17:34:05 -06:00
Gregory Nutt
9aef2435d4 SAM3/4: Support for PDC based HSMCI ADMA from Bob Doiron 2014-04-21 17:18:30 -06:00
Gregory Nutt
5d7da97a35 SDIO-based MMC/SD improvements from Bob Doiron 2014-04-21 17:15:42 -06:00
Gregory Nutt
c0f27d8aa6 SAM4S: Fix error in macro that disabled peripheral clocking. From Bob Doiron 2014-04-21 17:06:01 -06:00
Gregory Nutt
f7dbe4b970 SAM3/4 RTC driver from Bob Doiron 2014-04-21 17:03:57 -06:00
Gregory Nutt
d53c3a2090 Add support for the STM32F041RE and for the Nucleo-F401RE board. From Frank Bennett 2014-04-20 13:42:23 -06:00
Gregory Nutt
e50b2b0760 Add IEEE 695 OMF header file 2014-04-19 18:30:58 -06:00
Gregory Nutt
b0c493685a zkit-arm-1769: Refreshed all configurations 2014-04-19 09:18:38 -06:00
Gregory Nutt
8e3680ec22 olimex-lpc1766stk: Refreshed all configurations 2014-04-19 09:00:53 -06:00
Gregory Nutt
dfdc2c4e31 lpcxpresso-lpc1768: Refreshed all configurations 2014-04-19 08:51:55 -06:00
Gregory Nutt
6a3a766b00 LPC17xx: Prioritized interrupts are not supported (although hooks are present to prioritize interrupts). Make LPC17 Ethernet default priority to be the system default, not the highest. If the unsupported feature is enabled, then at least it should do no harm 2014-04-19 07:56:59 -06:00
Gregory Nutt
4e72f42468 LPC17xx, TIVA, and Kinetis interrupt initialization: use the NVIC ICTR register to determine how many interrupt lines/registers are supported by the MCU 2014-04-17 14:51:53 -06:00