Home
last modified time | relevance | path

Searched full:native_posix (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/subsys/logging/backends/
DKconfig.native_posix10 Enable backend in native_posix
14 backend = NATIVE_POSIX
15 backend-str = native_posix
DKconfig11 rsource "Kconfig.native_posix"
/Zephyr-latest/boards/native/native_sim/
DKconfig20 bool "Pretend to be a native_posix board"
24 a native_posix board from kconfig point of view, to allow using it directly with
25 code which was meant for the native_posix board and checks for the macro
46 bool "Slow down execution to real time (native_posix compat)"
50 Transitional option which allows applications which targeted native_posix
Dcmdline_common.h13 * To support native_posix drivers which register their own arguments
14 * we provide a header with the same name as in native_posix
Dtimer_model.h14 * To support the native_posix timer driver
15 * we provide a header with the same name as in native_posix
Dnative_posix_compat.h8 * This file provides in native_sim a set of APIs the native_posix board provided
9 * to allow building the native_posix drivers or applications which depended
/Zephyr-latest/dts/bindings/cpu/
Dzephyr,native-posix-cpu.yaml4 description: native_posix CPU
/Zephyr-latest/include/zephyr/drivers/console/
Dnative_posix_console.h15 * The console for native_posix is now provided by the posix_arch_console driver
/Zephyr-latest/drivers/counter/
DKconfig.native_sim24 int "native_posix counter frequency in Hz (deprecated)"
/Zephyr-latest/samples/net/lwm2m_client/
Ddocker-test.sh19 curl -s -X GET 'http://localhost:8080/api/clients/native_posix/3/0/0' | grep Zephyr 2>&1 >/dev/null
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cmdline.h12 * Note: The arguments structure definitions is kept fully compatible with Zephyr's native_posix
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst88 * eth: Added promiscuous mode support to native_posix
136 The native_posix ethernet driver supports promiscuous mode at this point.
154 native_posix ethernet driver.
157 * Allow external program to be started for native_posix ethernet driver. This
167 * Enable gPTP support in native_posix, NXP mcux and Atmel GMAC ethernet drivers.
168 The native_posix ethernet driver gPTP support is only for testing purposes.
198 * Added support for Bluetooth hardware in the native_posix board, allowing
506 * :github:`8529` - tests/kernel/common/kernel.common fails for native_posix on Ubuntu 16.04
510 * :github:`8502` - Compiling for native_posix with newlib is missing various math symbols
Drelease-notes-1.12.rst171 * Create ethernet driver for native_posix board. The driver is enabled
172 automatically if networking is active when compiling for native_posix board.
176 support VLANs: frdm_k64f, sam_e70_explained, native_posix and qemu.
181 * Allow collection of ethernet statistics. Currently only native_posix ethernet
547 * :github:`6988` - test checksum_offload fail on native_posix
662 * :github:`7610` - tests/lib/c_lib fails on native_posix on FC28
681 * :github:`7709` - native_posix: hello_world fails to link on Fedora 28
Drelease-notes-2.2.rst399 * Added EEPROM simulator (replacing native_posix EEPROM driver)
418 * Unified native_posix flash driver with drivers/flash/flash_simulator
419 * fixed: erase native_posix flash in initialization
590 * Fix native_posix Ethernet driver to read data faster
836 * :github:`22519` - sanitycheck failures for native_posix
913 * :github:`22010` - Bluetooth 'central' failure on native_posix
1050 * :github:`21094` - native_posix doesn't call main function that's defined in C++
1187 * :github:`13232` - native_posix doc: Add mention of virtual USB
Drelease-notes-2.4.rst431 * Added support for multiport gPTP in native_posix driver. This allows gPTP
1399 * :github:`26357` - [Coverity CID :211046] Unchecked return value in boards/posix/native_posix/time…
1449 * :github:`26149` - building native_posix against musl-libc
1496 * :github:`25926` - k_cycle_get_32() returns 0 in native_posix
1571 * :github:`25308` - I2C simulation in native_posix
1573 * :github:`25295` - sanitycheck: race when running sanitycheck on native_posix producing false nega…
1577 * :github:`25268` - sanitycheck doesn't report native_posix failures properly
1589 * :github:`25171` - Can only run the flash_simulator test once on native_posix
1605 … - echo_client sample return: Cannot connect to TCP remote (IPv6): 60 (frdm_k64f <--> native_posix)
Drelease-notes-3.6.rst376 * The "native_posix" entropy driver now accepts a new command line option ``seed-random``.
382 * The "native_posix" ethernet driver now supports being built with embedded C libraries.
1304 * :ref:`native_sim<native_sim>` has replaced ``native_posix`` as the default
1306 ``native_posix`` remains supported and used in testing but will be deprecated
Drelease-notes-4.0.rst115 * ``native_posix`` has been deprecated in favour of
559 * Native_posix
1544 * Together with the deprecation of ``native_posix``, many tests which were
1545 explicitly run in native_posix now run in :ref:`native_sim<native_sim>` instead.
1546 native_posix as a platform remains tested though.
Drelease-notes-1.14.rst707 * Added new drivers and backends for ``native_posix``:
796 * Added native_posix USB driver
986 - native_posix
1149 * :github:`15204` - lwm2m engine hangs on native_posix
1274 * :github:`14661` - samples/net/syslog_net fails for native_posix
1332 * :github:`14410` - [Coverity CID :195828]Memory - corruptions in /boards/posix/native_posix/cmdlin…
1995 * :github:`10639` - make run for native_posix has dependency issues
2049 * :github:`10493` - native_posix: Warnings during link on orphan sections after #10368
2076 * :github:`10243` - native_posix linking issues under Ubuntu 18.04 after upgrade
2094 * :github:`10127` - Cannot use new shell with native_posix
Drelease-notes-3.2.rst508 * A driver for bridging from ``native_posix`` to Linux SocketCAN has been added.
1436 warning on native_posix platforms.
1545 * Added ztest native_posix command line arguments for running specific tests/suites using
1673 - :github:`40023` - Build fails for ``native_posix`` board when using C++ <atomic> header
1783 - :github:`50570` - samples/drivers/can/counter fails in twister for native_posix
1988 * :github:`49523` - k_sleep in native_posix always sleeps one tick too much
2149 * :github:`48306` - Lwm2m_client sample broken on native_posix target
2534 * :github:`43246` - Bluetooth: Host: Deadlock with Mesh and Ext Adv on native_posix
Drelease-notes-3.1.rst1180 - :github:`40023` - Build fails for ``native_posix`` board when using C++ <atomic> header
1192 - :github:`43246` - Bluetooth: Host: Deadlock with Mesh and Ext Adv on native_posix
1333 * :github:`45851` - For native_posix programs, k_yield doesn't yield to k_msleep threads
1739 * :github:`43248` - Bluetooth: Mesh: Unable used with ext adv on native_posix
1771 * :github:`43020` - samples/subsys/fs/littlefs does not work with native_posix board on WSL2
1781 * :github:`42877` - k_cycle_get_32 returns 0 on start-up on native_posix
Drelease-notes-3.4.rst824 * The native_posix and bsim console drivers have been merged into one generic
886 * When building in native_posix, command line options have been added to select
1444 * For native_posix and the nrf52_bsim: Many tests have been fixed and enabled.
Drelease-notes-2.0.rst102 * Added native_posix_64: A 64 bit variant of native_posix
680 * :github:`18354` - [Coverity CID :203449]Memory - illegal accesses in /boards/posix/native_posix/c…
944 * :github:`16907` - native_posix build fails with X86_64 on macOS
1293 * :github:`15046` - Native_posix: command line handling: Hint users why an option does not exist
1448 * :github:`7316` - native_posix supersedes ztest mocking
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix.c9 * @brief USB native_posix device driver
24 LOG_MODULE_REGISTER(native_posix);
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst29 | ``native_sim`` is an evolution of its predecessor ``native_posix``.
30 | Some components, code, options names, and documentation will still use the old native_posix
31 names. But all components which worked with native_posix will work with native_sim.
/Zephyr-latest/include/zephyr/sys/
Dfdtable.h12 /* FIXME: For native_posix ssize_t, off_t. */

12