1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/lwip
Marian Buschsieweke d2a3ff3d83
boards/{bluepill*,blackpill*}: rename and improve doc
- renamed:
    - `bluepill` --> `bluepill-stm32f103c8`
    - `bluepill-128kib` --> `bluepill-stm32f103cb`
    - `blackpill` --> `blackpill-stm32f103c8`
    - `blackpill-128kib` --> `blackpill-stm32f103cb`
- doc:
    - added link to corresponding hardware page on the STM32-base
      project
    - added picture
2023-01-02 16:23:10 +01:00
..
tests tests/lwip: Add a test for partial TCP reads. 2021-04-10 17:14:11 +00:00
common.c tests: intial import of lwIP test application 2016-03-30 17:35:51 +02:00
common.h tests/lwip: adapt for IPv4/6 dual-stack usage 2020-06-25 12:45:37 +02:00
ip.c tests/lwip*: use ztimer instead of xtimer 2022-03-03 15:54:22 +01:00
main.c tests/lwip: Update test to match new ifconfig 2021-02-23 11:48:13 +01:00
Makefile examples,tests: replace deprecated module names by new names 2022-09-16 13:15:46 +02:00
Makefile.ci boards/{bluepill*,blackpill*}: rename and improve doc 2023-01-02 16:23:10 +01:00
tcp.c tests/lwip: replace sock_tcp_str2ep() with sock_tcp_name2ep() 2022-03-24 17:06:18 +01:00
udp.c tests: use sock_udp_name2ep() in interactive tests 2022-03-24 17:11:55 +01:00