Commit Graph

7694 Commits

Author SHA1 Message Date
Gregory Nutt 5397e49665 Add support for the Olimex STM32 h405. From Martin Lederhilger 2014-06-03 10:34:36 -06:00
Gregory Nutt fbc9f79fc0 sockio.h needs to include netinet/in.h for struct in_addr 2014-06-03 10:10:54 -06:00
Gregory Nutt e567b6ee49 Fix error in tree.h 2014-06-02 13:44:44 -06:00
Gregory Nutt 84dc8faccb Update ChangeLog 2014-06-02 07:50:16 -06:00
Gregory Nutt b4453cbd6c NET: Improvements to TCP connection fallback logic; Not needed with SO_LINGER. From Max Holtzberg 2014-06-02 07:48:05 -06:00
Gregory Nutt 0f5865d588 Notify upper layer when TIME_WAIT or FIN_WAIT2_2 timeout occurs 2014-06-02 07:39:29 -06:00
Gregory Nutt 6a5fdf7fe2 Add CONFIG_NET_ETHERNET (not used yet) 2014-06-01 09:40:23 -06:00
Gregory Nutt 0a7d381c57 Port BSD tree.h header file 2014-05-31 10:19:42 -06:00
Gregory Nutt da4277357c Move arp, icmp, and igmp configuration values into new Kconfig files in those directories 2014-05-30 14:44:07 -06:00
Gregory Nutt 6a766544cc Files that I forgot to add in the previous commits 2014-05-30 14:32:00 -06:00
Gregory Nutt 2b7f51fe00 Move ICMP files from net/uip to net/icmp 2014-05-30 13:33:33 -06:00
Gregory Nutt 02b0085f89 Move ICMP files from net/uip to net/icmp 2014-05-30 13:32:35 -06:00
Gregory Nutt 0e05230c28 Move ICMP files from net/uip to net/icmp 2014-05-30 13:32:10 -06:00
Gregory Nutt 093ecf1e35 Move IGMP files from net/uip to net/igmp 2014-05-30 13:05:19 -06:00
Gregory Nutt 49fa2ff70f A few build fixes from last, big ARP relocation change 2014-05-30 12:32:20 -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 90e4b55e0c 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:06 -06:00
Gregory Nutt 649a61813c Move arp-related files from net/uip to net/arp 2014-05-30 11:14:06 -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 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