Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

networking defines being used but not defined anywhere #1428

Closed
nashif opened this issue Sep 9, 2017 · 0 comments
Closed

networking defines being used but not defined anywhere #1428

nashif opened this issue Sep 9, 2017 · 0 comments
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@nashif
Copy link
Member

nashif commented Sep 9, 2017

NET_DEBUG_MLD not defined but is used here:

tests/net/mld/src/main.c:#if defined(CONFIG_NET_DEBUG_MLD)

same for:

  1. NET_L2_OFFLOAD
  2. NET_SAMPLES_SETTINGS
  3. NET_SAMPLES_IEEE802154_PAN_ID
  4. NET_SAMPLES_IEEE802154_CHANNEL
@nashif nashif changed the title NET_DEBUG_MLD not defined anywhere networking defines being used but not defined anywhere Sep 9, 2017
@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label Sep 9, 2017
@ghost ghost added the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label Sep 12, 2017
jukkar added a commit to jukkar/zephyr that referenced this issue Sep 12, 2017
There were bunch of config options in tests/net, net-shell and
wpan_serial sample, and those options had wrong name so they
were ignored by the code.

Fixes zephyrproject-rtos#1428

Signed-off-by: Jukka Rissanen <[email protected]>
@ghost ghost removed the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label Sep 12, 2017
nashif pushed a commit that referenced this issue Sep 12, 2017
There were bunch of config options in tests/net, net-shell and
wpan_serial sample, and those options had wrong name so they
were ignored by the code.

Fixes #1428

Signed-off-by: Jukka Rissanen <[email protected]>
nagineni pushed a commit to nagineni/zephyr that referenced this issue Nov 20, 2017
…hyrproject-rtos#1430)

The Smart Home demo registers up to 6 resources, which the current
network data setting is not capable of handling over BLE, this
patch increases the CONFIG_NET_BUF_DATA_SIZE value to 512 and
also more RAM.

Fixes zephyrproject-rtos#1428

Signed-off-by: Jimmy Huang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants