Gregory Nutt
dc8941e958
configs/: Add definition of strip to many Make.defs files.
2018-03-25 09:25:37 -06:00
Gregory Nutt
0f10f6bdec
configs/*/include; Remove prototype of stm32_boardinitialize() from board.h files. The authorative prototype is in arch/arm/src/stm32*/stm32*_start.h
2017-12-16 20:02:03 -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
969d7c5814
Networking: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering.
2017-08-21 06:28:59 -06:00
Gregory Nutt
c3b552e072
Minor cosmetic updates from review of last PR.
2017-07-20 07:39:57 -06:00
Titus von Boxberg
7038bf8bfe
flash size is 2MB
2017-07-19 23:34:48 +02:00
Titus von Boxberg
c06c5137d8
updated for the actual hardware and configs; removed generic stuff
2017-07-19 20:54:17 +02:00
Titus von Boxberg
8846bb9c1c
Updated linker maps for STM32F769NI
2017-07-19 20:40:10 +02:00
Titus von Boxberg
e15fb346ea
LED-GPIO named after the reference designator of actual board led
2017-07-19 20:05:19 +02:00
Titus von Boxberg
f1850b4b21
warning comment
2017-07-19 20:01:06 +02:00
Titus von Boxberg
ad2fcd12ad
new defconfig with ethernet and more hardware enabled
2017-07-19 19:34:05 +02:00
Titus von Boxberg
adb69369a1
updated defconfig (with almost no hardware enabled)
2017-07-19 19:25:31 +02:00
Titus von Boxberg
8b2a94b82c
correct macro name for DSI clock source
2017-07-19 19:14:50 +02:00
Titus von Boxberg
537c809101
initial (dysfunctional) lcd configuration
2017-07-19 19:07:53 +02:00
Titus von Boxberg
0070969cac
Definitions for I2C4, SDMMC2
2017-07-19 19:07:53 +02:00
Titus von Boxberg
088148c105
Adapted RAM start / size to internal SRAM
2017-07-19 19:07:53 +02:00
Titus von Boxberg
2b0d4051e1
Pin definitions for I2C4
2017-07-19 19:07:53 +02:00
Titus von Boxberg
0e4513333b
Further adaptation of configuration headers and README
2017-07-19 19:07:53 +02:00
Titus von Boxberg
4e735f46ae
config changes for stm32f769i-disco
2017-07-19 19:07:53 +02:00
Titus von Boxberg
08225bbb55
Simple renames as a first step to a separate board config
2017-07-19 19:07:53 +02:00
Titus von Boxberg
80effadf6a
Prepared config directory for stm32f769i-disco as a copy of stm32f746g-disco
2017-07-19 19:07:53 +02:00