Home
last modified time | relevance | path

Searched refs:flash (Results 451 – 475 of 2906) sorted by relevance

1...<<11121314151617181920>>...117

/Zephyr-4.1.0/dts/arm/silabs/
Defm32hg.dtsi10 zephyr,flash-controller = &msc;
28 msc: flash-controller@400c0000 {
29 compatible = "silabs,gecko-flash-controller";
36 flash0: flash@0 {
37 compatible = "soc-nv-flash";
/Zephyr-4.1.0/soc/nxp/common/
DKconfig.rom_loader11 from FLEXSPI into the region specified by `zephyr,flash` node.
15 FLASH_CHOSEN := zephyr,flash
/Zephyr-4.1.0/samples/subsys/fs/littlefs/
DKconfig7 bool "Option to clear the flash area before mounting"
18 bool "Use flash memory backend"
/Zephyr-4.1.0/boards/shields/v2c_daplink/
Dv2c_daplink.overlay17 * Disable the on-board flash until the jedec,spi-nor driver supports
26 daplink_flash0_v2c_daplink: flash@0 {
/Zephyr-4.1.0/boards/seeed/lora_e5_mini/
Dboard.cmake4 board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
5 board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
/Zephyr-4.1.0/boards/gd/gd32f350r_eval/
Dgd32f350r_eval.dts17 zephyr,flash = &flash0;
20 zephyr,flash-controller = &fmc;
/Zephyr-4.1.0/dts/arm/st/f3/
Dstm32f303Xb.dtsi22 flash-controller@40022000 {
23 flash0: flash@8000000 {
Dstm32f303Xe.dtsi22 flash-controller@40022000 {
23 flash0: flash@8000000 {
/Zephyr-4.1.0/boards/st/stm32h745i_disco/doc/
Dindex.rst12 Quad-SPI flash memory, and RGB interface LCD with capacitive multi-touch panel). ARDUINO |reg| Uno …
20 - Arm |reg| Cortex |reg| core-based microcontroller with 2 Mbytes of flash memory and 1 Mbyte of RA…
26 - 2× 512-Mbit Quad-SPI NOR flash memory
124 so its :ref:`installation <stm32cubeprog-flash-host-tools>` is required.
127 Alternatively, OpenOCD or JLink can also be used to flash the board using
132 $ west flash --runner openocd
133 $ west flash --runner jlink
148 Zephyr flash configuration has been set to meet these default settings.
153 the USB port to prepare it for flashing. Then build and flash your application.
169 Build and flash the application:
[all …]
/Zephyr-4.1.0/boards/wch/ch32v003f4p6_dev_board/doc/
Dindex.rst58 in flash, power on the board with PD1 put to ground to let PD1 as SWIO. After that,
59 reconnect the external debugger SWDIO pin to PD1/SWIO to be able to flash the board
62 You can use ``minichlink`` to flash the board. Once ``minichlink`` has been set
63 up, build and flash applications as usual (see :ref:`build_an_application` and
71 :goals: build flash
88 You can build and flash the examples to make sure Zephyr is running
/Zephyr-4.1.0/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_one.dts21 zephyr,flash = &flash0;
23 zephyr,flash-controller = &flashcontroller0;
60 flashcontroller0: flash-controller@0 {
61 compatible = "zephyr,sim-flash";
68 flash0: flash@0 {
70 compatible = "soc-nv-flash";
/Zephyr-4.1.0/boards/qemu/riscv32_xip/
Dqemu_riscv32_xip.dts20 zephyr,flash = &flash0;
42 flash0: flash@0 {
/Zephyr-4.1.0/boards/seeed/lora_e5_dev_board/
Dboard.cmake5 board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
6 board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
/Zephyr-4.1.0/boards/wch/linkw/support/
Dopenocd.cfg16 set _FLASHNAME $_CHIPNAME.flash
18 flash bank $_FLASHNAME wch_riscv 0x00000000 0 0 0 $_TARGETNAME.0
/Zephyr-4.1.0/dts/nios2/intel/
Dnios2-qemu.dtsi19 flash0: flash@420000 {
20 compatible = "soc-nv-flash";
/Zephyr-4.1.0/samples/application_development/code_relocation_nocopy/
Dlinker_arm_nocopy.ld22 /* On nRF5340, external flash is mapped in XIP region at 0x1000_0000. */
30 /* On stm32 OSPI, external flash is mapped in XIP region at address given by the reg property. */
37 /* On stm32 QSPI, external flash is mapped in XIP region at address given by the reg property. */
44 /* On stm32 XSPI, external flash is mapped in XIP region at address given by the reg property. */
/Zephyr-4.1.0/boards/st/stm32f723e_disco/
Dstm32f723e_disco.dts21 zephyr,flash = &flash0;
22 zephyr,flash-controller = &mx25r512;
123 flash-id = <1>;
126 mx25r512: qspi-nor-flash@90000000 {
/Zephyr-4.1.0/boards/sparkfun/micromod/doc/
Dindex.rst61 - QSPI with 128Mb flash memory
94 | FLASH | on-chip | flash |
137 found in :ref:`nordic_segger_flashing`. Then build and flash
156 Then build and flash the application in the usual way.
161 :goals: build flash
181 You can build and flash the example to make sure Zephyr is running correctly on
185 Testing the 128Mb qspi memory flash
188 The ``micromod/nrf52840`` board target has a built-in NOR flash memory connected
194 :goals: build flash
/Zephyr-4.1.0/boards/arduino/giga_r1/doc/
Dindex.rst16 - 16MB external QSPI flash
81 flash page that can be triggered by double clicking the ``RST`` button. This
83 and external flash and is the one used by ``west flash`` by default. The
86 program the internal flash and can overwrite the Arduino bootloader. More
92 board into the Arduino Bootloader mode. Then build and flash your application.
99 :goals: build flash
113 Similarly, you can build and flash samples on the M4 target.
120 :goals: build flash
/Zephyr-4.1.0/dts/riscv/espressif/esp32c2/
Desp32c2_common.dtsi25 zephyr,flash-controller = &flash;
106 flash: flash-controller@60002000 { label
107 compatible = "espressif,esp32-flash-controller";
113 flash0: flash@0 {
114 compatible = "soc-nv-flash";
/Zephyr-4.1.0/soc/nxp/mcx/mcxc/
DKconfig25 bool "MCXC flash configuration field"
28 Include the 16-byte flash configuration field that stores default
36 default $(dt_node_int_prop_hex,/soc/flash-controller@40020000,config-field-offset)
/Zephyr-4.1.0/samples/boards/bbc/microbit/line_follower_robot/
DREADME.rst18 for the robot to follow. Build and flash the program to the BBC
25 Build and flash this sample project using these commands:
30 :goals: build flash
/Zephyr-4.1.0/boards/nxp/mimxrt1062_fmurt6/
DCMakeLists.txt10 # No flash configuration block exists for the RT1060 with HyperFlash in
19 # Include flash configuration block for RT1050 EVK from NXP's HAL.
20 # This configuration block may need modification if another flash chip is
/Zephyr-4.1.0/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dts18 zephyr,flash = &flash;
19 zephyr,flash-controller = &fmu;
/Zephyr-4.1.0/samples/subsys/input/input_dump/
DREADME.rst20 Build and flash as follows, changing ``nrf52dk/nrf52832`` for your board:
25 :goals: build flash

1...<<11121314151617181920>>...117