Home
last modified time | relevance | path

Searched full:notes (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/Zephyr-Core-3.6.0/doc/releases/
Deol_releases.rst4 Release notes for end-of-life releases of Zephyr RTOS are kept here for historical purposes.
11 release-notes-1.?
12 release-notes-1.*
13 release-notes-2.[0-6]
14 release-notes-3.[0-4]
Dindex.rst68 Release Notes
71 Release notes contain a list of changes that have been made to the different
74 release may be mentioned in the release notes, but the details regarding `what`
83 release-notes-2.7
84 release-notes-3.[5-6]
/Zephyr-Core-3.6.0/tests/benchmarks/latency_measure/src/
Dutils.h69 * 4. Additional notes describing the nature of any errors
74 #define PRINT_F(summary, cycles, nsec, error, notes) \ argument
86 printk(FORMAT_STR, summary, cycle_str, nsec_str, notes); \
89 #define PRINT_STATS(summary, value, error, notes) \ argument
92 error, notes)
94 #define PRINT_STATS_AVG(summary, value, counter, error, notes) \ argument
97 error, notes);
Dheap_malloc_free.c29 const char *notes = ""; in heap_malloc_free() local
42 notes = error_string; in heap_malloc_free()
64 notes = "Memory heap too small--increase it."; in heap_malloc_free()
70 PRINT_STATS_AVG(description, sum_malloc, count, failed, notes); in heap_malloc_free()
75 PRINT_STATS_AVG(description, sum_free, count, failed, notes); in heap_malloc_free()
/Zephyr-Core-3.6.0/.github/workflows/
Drelease.yml35 - name: Create empty release notes body
37 echo "TODO: add release overview and notes link" > release-notes.txt
47 body_path: release-notes.txt
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dw1.rst94 https://www.maximintegrated.com/en/design/technical-documents/app-notes/9/937.html
97 https://www.maximintegrated.com/en/design/technical-documents/app-notes/1/155.html
100 https://www.maximintegrated.com/en/design/technical-documents/app-notes/1/187.html
/Zephyr-Core-3.6.0/soc/arm/nxp_kinetis/k6x/
DREADME.txt1 Notes on the FSL FRDM K64F SRAM base address and size
/Zephyr-Core-3.6.0/soc/arm/ti_simplelink/cc32xx/
DREADME7 Notes for CC32XXSF:
/Zephyr-Core-3.6.0/modules/
DKconfig.simplelink6 # Notes:
/Zephyr-Core-3.6.0/arch/arm/include/cortex_a_r/
Dtcm.h31 * Notes:
/Zephyr-Core-3.6.0/include/zephyr/xen/public/
Devent_channel.h81 * NOTES:
110 * NOTES:
146 * NOTES:
190 * NOTES:
/Zephyr-Core-3.6.0/tests/drivers/gpio/gpio_basic_api/boards/
Desp32_devkitc_wroom.overlay17 * Some notes about esp32 pins:
Dyd_esp32.overlay17 * Some notes about esp32 pins:
/Zephyr-Core-3.6.0/doc/develop/api/
Dapi_lifecycle.rst165 - An entry in the "API Changes" section of the release notes for the next
167 - The labels ``API``, ``Breaking API Change`` and ``Release Notes``, as well as
189 section of the release notes.
207 - Include the deprecation in the "API Changes" of the release notes for the
238 the release notes, mailing lists, Github issues and pull-requests.
/Zephyr-Core-3.6.0/scripts/schemas/twister/
Dhwmap-schema.yaml15 "notes":
/Zephyr-Core-3.6.0/boards/arm/nrf52840dk_nrf52811/doc/
Dindex.rst22 .. target-notes::
/Zephyr-Core-3.6.0/boards/arm/nrf52833dk_nrf52820/doc/
Dindex.rst21 .. target-notes::
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52805/doc/
Dindex.rst21 .. target-notes::
/Zephyr-Core-3.6.0/boards/arm/nrf52dk_nrf52810/doc/
Dindex.rst22 .. target-notes::
/Zephyr-Core-3.6.0/boards/arm/nrf52832_mdk/doc/
Dindex.rst22 .. target-notes::
/Zephyr-Core-3.6.0/soc/arm/ti_simplelink/cc13x2_cc26x2/
Dccfg.c27 * see SimpleLink(TM) cc13xx_cc26xx SDK 6.20+ Release Notes, Known Issues:
/Zephyr-Core-3.6.0/soc/arm/ti_simplelink/cc13x2x7_cc26x2x7/
Dccfg.c27 * see SimpleLink(TM) cc13xx_cc26xx SDK 6.20+ Release Notes, Known Issues:
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec1501/
Dpower.c25 * Implementation Notes:
32 * DEBUG NOTES:
/Zephyr-Core-3.6.0/boards/shields/mikroe_mcp2518fd_click/doc/
Dindex.rst38 .. target-notes::
/Zephyr-Core-3.6.0/drivers/dma/
DKconfig.dw_common16 LLI struct pool. If during dma_config() a log notes there are not enough LLI structs

12345678910>>...15