We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e4ad7 commit 73f8efcCopy full SHA for 73f8efc
iot/p-net/Kconfig
@@ -2,6 +2,7 @@ menuconfig PKG_USING_PNET
2
bool "P-Net stack for Profinet device implementation"
3
select BSP_USING_ETH
4
select RT_LWIP_SNMP
5
+ select RT_LWIP_ENABLE_USER_HOOKS
6
select PKG_PENT_NETIF_NAME
7
select PKG_PNET_BOARD_CONFIG
8
select PKG_PENT_FILESYSTEM_CONFIG
@@ -44,6 +45,11 @@ if PKG_USING_PNET
44
45
select RT_USING_DFS
46
select RT_USING_DFS_RAMFS
47
default n
48
+ if PNET_USING_RAMFS
49
+ config PNET_RAMFS_SIZE
50
+ int "default memory size for ramfs"
51
+ default 8192
52
+ endif
53
endif
54
55
menuconfig PKG_PNET_NET_CONFIG
0 commit comments