Skip to content

Update config files#141

Merged
kr-t merged 4 commits intomainfrom
update_config_files
Feb 3, 2026
Merged

Update config files#141
kr-t merged 4 commits intomainfrom
update_config_files

Conversation

@SorinOlari
Copy link
Collaborator

@SorinOlari SorinOlari commented Jan 27, 2026

Description

  • enabled Ocre filesystem for supervisor
  • enabled networking support for native_sim_64

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration including the following required details.

Test Configuration (required):

  • Host OS type, version, and arch: Ubuntu 20.04 (arm64)
  • Developer Board make & model: ST Nucleo h723zg
  • Board Tools Installed: STM32CubeProgrammer)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: SorinO <sorin.olari2@gmail.com>
Signed-off-by: SorinO <sorin.olari2@gmail.com>
@SorinOlari SorinOlari requested a review from casaroli January 27, 2026 13:29
@SorinOlari SorinOlari self-assigned this Jan 27, 2026
@SorinOlari SorinOlari added this to Ocre Jan 27, 2026
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=10485760
CONFIG_UART_NATIVE_PTY_0_ON_STDINOUT=y
CONFIG_UART_NATIVE_PTY=y
CONFIG_ETH_NATIVE_TAP=n
Copy link
Contributor

@casaroli casaroli Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we put the (Socket offloading configuration) in a separate config file like it is done here: https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/net/sockets/echo_server/overlay-nsos.conf

Copy link
Contributor

@casaroli casaroli Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omg the code snippet in the comment went wrong. this is not about the PTY but about the socket offloading

Copy link
Contributor

@casaroli casaroli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets try to keep the specific native sockets implementation in a separate config file, like it is done in echo_server example, in case we want to be able to run with tap (which is the default behavior currently in Zephyr)

@SorinOlari SorinOlari requested a review from casaroli February 3, 2026 12:01
@kr-t kr-t merged commit 3097870 into main Feb 3, 2026
24 of 33 checks passed
@github-project-automation github-project-automation bot moved this to Done in Ocre Feb 3, 2026
@kr-t kr-t deleted the update_config_files branch February 3, 2026 12:17
@casaroli casaroli linked an issue Feb 3, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Create config and overlay files for native_sim sample board

3 participants