File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(eppp): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py eppp_link
5
5
tag_format : eppp-v$version
6
- version : 0.0.1
6
+ version : 0.1.0
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.0] ( https://github.com/espressif/esp-protocols/commits/eppp-v0.1.0 )
4
+
5
+ ### Features
6
+
7
+ - Added CI job to build examples and tests ([ 7eefcf0] ( https://github.com/espressif/esp-protocols/commit/7eefcf0 ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ - Fixed to select PPP LWIP opts which are OFF by default ([ 16be2f9] ( https://github.com/espressif/esp-protocols/commit/16be2f9 ) )
12
+ - Example to use iperf component from the registry ([ bd6b66d] ( https://github.com/espressif/esp-protocols/commit/bd6b66d ) )
13
+ - Fixed defalt config designated init issue in C++ ([ 8bd4712] ( https://github.com/espressif/esp-protocols/commit/8bd4712 ) )
14
+
3
15
## [ 0.0.1] ( https://github.com/espressif/esp-protocols/commits/eppp-v0.0.1 )
4
16
5
17
### Features
Original file line number Diff line number Diff line change 1
1
menu "eppp_link"
2
2
3
+ config EPPP_LINK_USES_LWIP
4
+ bool
5
+ default "y"
6
+ select LWIP_PPP_SUPPORT
7
+ select LWIP_PPP_SERVER_SUPPORT
8
+
3
9
choice EPPP_LINK_DEVICE
4
10
prompt "Choose PPP device"
5
11
default EPPP_LINK_DEVICE_UART
Original file line number Diff line number Diff line change 1
- version : 0.0.1
1
+ version : 0.1.0
2
2
url : https://github.com/espressif/esp-protocols/tree/master/components/eppp_link
3
3
description : The component provides a general purpose PPP connectivity, typically used as WiFi-PPP router
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments