Gregory Nutt
8fe9e81183
drivers/lcd: Add FT80x controls for the case where the audio amplifier is controlled by FT80x GPIOs vs MCU gpios.
2018-02-27 08:45:34 -06:00
Gregory Nutt
b2d415da79
configs/viewtool-stm32f107: Add support for FT80X initialization. Add ft80x configuration that will eventually be used for testing the ft80x if I ever receive hardware.
2018-02-24 13:11:27 -06:00
Gregory Nutt
82cb799bb6
net/udp: Fix memory leak with UDP + write buffer is closed. Also update TODO and comments and refresh a configuration.
2018-01-23 11:54:03 -06:00
Gregory Nutt
c867d42018
arch/arm/src/lpc54xx: Add support for card detect and write protect to SDMMC driver. configs/lpcxpresso-lpc54628: Add logic to bring up SDMMC.
2017-12-20 10:52:05 -06:00
Gregory Nutt
cccc86da09
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
...
Squashed commit of the following:
net/icmp: Finishes off icmp_recvfrom().
net/icmp: Add readahead support for IPPROTO_ICMP sockets.
net/icmp: Add poll() support for IPPROTO_ICMP sockets.
net/icmp: Add a connection structure for IPPROTO_ICMP sockets.
net/icmp: Implements sendto for the IPPROTO_ICMP socket.
net/icmp: Move icmp_sendto() and icmp_recvfrom() to separate files. They are likely to be complex (when they are implemented).
net/icmp: Hook IPPROTO_ICMP sockets into network. Fix some naming collisions. Still missing basic ICMP send/receive logic.
configs: apps/system/ping current need poll() enabled.
configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
net/icmp: Adds basic build framework to support IPPROTO_ICMP sockets.
2017-10-23 08:45:12 -06:00
Gregory Nutt
5129aeefd5
drivers/sensors: Fix remaining naming of configurations to be compliant for two more drivers.
2017-08-24 10:48:20 -06:00
Gregory Nutt
0de294a586
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
Gregory Nutt
9aac1dd44d
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
2017-04-26 10:12:13 -06:00
Gregory Nutt
44e747ebf1
Remove all references to CONFIG_NET_MULTIBUFFER from configs/
2016-11-29 15:07:30 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
de50bc82a7
Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law
2016-01-23 18:21:36 -06:00
Gregory Nutt
e46cd30c14
Change use of mknulldeps.sh to mkwindeps.sh
2016-01-09 14:13:44 -06:00
Gregory Nutt
7214e52fb2
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Gregory Nutt
5e3f10a6c6
Update ChangeLog
2015-02-12 12:21:05 -06:00
Gregory Nutt
317dc642e4
Viewtool STM32F107: Add support for an optional, add-on Freescale MPL115A baramoter. From Alan Carvalho de Assis
2015-02-12 12:08:06 -06:00
Gregory Nutt
3715040386
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
2014-11-16 10:49:33 -06:00
Gregory Nutt
66f49ae9b4
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
2014-11-16 08:18:56 -06:00
Gregory Nutt
f2e342e9d0
Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined.
2014-08-06 16:26:01 -06:00
Gregory Nutt
3286fd69fe
Cosmetic changes, updates to README files, updates to some comments
2014-06-30 17:52:59 -06:00
Gregory Nutt
bb5f545173
STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip naming a little more consistent
2014-05-07 12:54:27 -06:00
Gregory Nutt
ac8ace08f1
Change how TCP read-ahead is selected to better integrate with TCP write buffering
2014-01-13 13:55:51 -06:00
Gregory Nutt
c694797c2a
Vietool STM32F103: LCD updates (still does not work)
2014-01-09 13:14:53 -06:00
Gregory Nutt
4d8bbe350c
Add support for the XPT2046 touchscreen controller on the Viewtool LCD module
2014-01-09 10:57:17 -06:00
Gregory Nutt
bbf42e7360
Viewtools STM32F103: Add SSD1289 LCD support
2014-01-05 14:14:59 -06:00
Gregory Nutt
25fedb0618
Add GCc 4.8.2 support for buildroot
2013-12-26 13:24:06 -06:00
Gregory Nutt
f4d13c4acb
Add support for STM32F107 OTG FS (doesn't work) and update USB support for Viewtools STM32F107~
2013-12-26 09:22:37 -06:00
Gregory Nutt
6a04f59a9d
F103VC, F105, and F107: Fix configuration and building of USB. configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
2013-12-25 18:34:15 -06:00
Gregory Nutt
8d0e4b407a
Viewtools netnsh configuration supports Telnet console; A framework for SD card and USB device support
2013-12-25 14:51:56 -06:00
Gregory Nutt
4a25bc236b
Viewtool STM32F107: Add a NSH configuration with network support
2013-12-25 12:14:24 -06:00
Gregory Nutt
d632de4e6e
Initial framework for a test of high-pri, nested interrupts. Incomplete and does not work
2013-12-22 10:12:26 -06:00
Gregory Nutt
7a29ce4a03
viewtool configuration will not support boad with STM32F103VC mounted; converted one stm3210e-eval configuration to use kconfig-frontends
2013-12-22 08:51:36 -06:00
Gregory Nutt
778a5f2b27
ViewTool STM32F107: Basic NSH checks out okay
2013-12-01 10:05:40 -06:00
Gregory Nutt
b35bc21fb9
ViewTool STM32F107: Add support for on-board LEDs and buttons
2013-11-30 14:15:15 -06:00
Gregory Nutt
6b18d2d376
Basic board support for the ViewTool STM32F103/F107 board
2013-11-30 12:14:15 -06:00