Home
last modified time | relevance | path

Searched full:program (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py5 '''Runner for performing program download over CANopen (DSP 302-3).'''
23 # Default program number
26 # Program download buffer size in bytes
40 # Program control commands
100 parser.add_argument('--program-number', type=int, default=DEFAULT_PROGRAM_NUMBER,
101 help=f'program number (default: {DEFAULT_PROGRAM_NUMBER})')
107 help='confirm only, no program download (default: no)')
117 help=f'''Program download buffer size in bytes
145 '''Download program to flash over CANopen'''
147 self.logger.info('Using Node ID %d, program number %d',
[all …]
/Zephyr-latest/include/zephyr/drivers/misc/pio_rpi_pico/
Dpio_rpi_pico.h17 * @brief Utility macro to define a PIO program. The program is a list
20 * @param name Name of the program.
21 * @param wrap_target Wrap target as specified by the PIO program.
22 * @param wrap Wrap source as specified by the PIO program.
38 * @brief Utility macro to get the wrap target of a program.
40 * @param name Name of the program.
45 * @brief Utility macro to get the wrap source of a program.
47 * @param name Name of the program.
52 * @brief Utility macro to get a pointer to a PIO program.
54 * @param name Name of the program.
/Zephyr-latest/scripts/west_commands/tests/
Dtest_nrf.py87 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51',
93 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51',
99 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51',
105 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51',
112 ['nrfjprog', '--program', RC_KERNEL_HEX, '--sectorerase', '--verify', '-f', 'NRF51',
119 ['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51',
126 ['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF51',
136 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectoranduicrerase',
143 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--chiperase', '--verify', '-f', 'NRF52',
150 ((['nrfjprog', '--program', RC_KERNEL_HEX, '--sectoranduicrerase',
[all …]
/Zephyr-latest/dts/bindings/dma/
Dnxp,smartdma.yaml17 program-mem:
21 Program memory to load SMARTDMA routines into. Must be set to a RAM
25 # the driver or application using SMARTDMA can set the DMA program to run
/Zephyr-latest/dts/bindings/fs/
Dzephyr,fstab,littlefs.yaml29 The size of file system program (write) operations, in bytes.
31 All program operations will be a multiple of this value. A
43 needs a read cache, a program cache, and one additional cache per
46 the read and program sizes of the underlying flash device, and a
/Zephyr-latest/drivers/flash/
Dspi_nor.h33 #define SPI_NOR_CMD_PP 0x02 /* Page program */
34 #define SPI_NOR_CMD_PP_1_1_2 0xA2 /* Dual Page program (1-1-2) */
35 #define SPI_NOR_CMD_PP_1_1_4 0x32 /* Quad Page program (1-1-4) */
36 #define SPI_NOR_CMD_PP_1_4_4 0x38 /* Quad Page program (1-4-4) */
60 #define SPI_NOR_CMD_PP_4B 0x12 /* Page Program 4 Byte Address */
61 #define SPI_NOR_CMD_PP_1_1_4_4B 0x34 /* Quad Page program (1-1-4) 4 Byte Address */
62 #define SPI_NOR_CMD_PP_1_4_4_4B 0x3e /* Quad Page program (1-4-4) 4 Byte Address */
DKconfig.simulator26 bool "Program-erase device"
43 bool "Allow program units to be programmed more than once"
45 …If selected, writing to a non-erased program unit will succeed, otherwise, it will return an error.
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst73 how program the OTP BOOT_CFG1 fuses to use GPIO pin PIO4_5 as the flash
80 the operation. Then program the OTP fuses after confirming the correct
90 program the OTP fuses. To download, go to https://www.nxp.com/mcuboot,
93 Steps to program OTP fuses on MIMXRT595-EVK
114 blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000
133 >blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000
134 Inject command 'efuse-program-once'
135 Successful generic response to command 'efuse-program-once'
/Zephyr-latest/include/zephyr/llext/
Delf.h28 /** Unsigned program address */
39 /** Unsigned program address */
82 /** Program header table offset */
90 /** Program header count */
92 /** Program header count */
116 /** Program header table offset */
124 /** Program header size */
126 /** Program header count */
202 #define SHT_PROGBITS 0x1 /**< Program data */
206 #define SHT_NOBITS 0x8 /**< Program data with no file image */
[all …]
/Zephyr-latest/include/zephyr/drivers/i2c/target/
Deeprom.h25 * @brief Program memory of the virtual EEPROM
28 * @param eeprom_data Pointer of data to program into the virtual eeprom memory
29 * @param length Length of data to program into the virtual eeprom memory
/Zephyr-latest/samples/drivers/memc/boards/
Dfrdm_rw612.conf12 # initialize first. Then, the QSPI flash driver must initialize to program
14 # program the LUT table for port B
Drd_rw612_bga.conf12 # initialize first. Then, the QSPI flash driver must initialize to program
14 # program the LUT table for port B
/Zephyr-latest/subsys/fs/
DKconfig.littlefs37 int "Minimum size of a block program"
40 All program operations will be a multiple of this value.
47 needs a read cache, a program cache, and one additional cache
50 multiple of the read and program sizes of the underlying flash
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm12 ; program flash by a flash programming routine; if "sram" it *
20 ; - verifyFlash if set to "yes", verify after program application to Flash *
71 ; Program only changed sectors to target flash and erase obsolete code
93 ; Load program to SRAM
/Zephyr-latest/modules/canopennode/
Dcanopennode.h100 * @brief Attach CANopen object dictionary program download handlers.
102 * Attach CANopen program download functions to object dictionary
139 * @brief Indicate CANopen program download in progress
141 * Indicate that a CANopen program download is in progress.
143 * @param in_progress true if program download is in progress, false otherwise
Dcanopen_program.c25 /* Common program control commands and status */
30 /* Zephyr specific program control and status */
126 LOG_WRN("premature end of program download"); in canopen_odf_1f50()
129 LOG_DBG("program downloaded"); in canopen_odf_1f50()
147 LOG_DBG("program stopped"); in canopen_program_cmd_stop()
174 LOG_DBG("program started"); in canopen_program_cmd_start()
201 LOG_DBG("program cleared"); in canopen_program_cmd_clear()
222 LOG_DBG("program confirmed"); in canopen_program_cmd_confirm()
252 LOG_DBG("program status = %d, cmd = %d", canopen_program_get_status(), in canopen_odf_1f51()
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_hw_scheduler.c48 * program to exit gracefully when they are received the 1st time
53 * If for some reason (the program is stuck) we never evaluate it, the program
56 * the default handler would be called to terminate the program no matter what.
/Zephyr-latest/dts/bindings/flash_controller/
Dst,stm32-ospi-nor.yaml69 - "PP" # Page program, PP (0x02) up to 256 bytes
70 - "PP_1_1_2" # Dual page program, PP 1-1-2 (0xA2)
77 There is no info about quad page program opcodes in the SFDP
83 If absent, then program page opcode is determined by the
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/
Dindex.rst30 suitable binary and then program it into the DA14531 via the SWD header
41 Press the "Program" button to program the binary file into the DA14531 Module.
/Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/
DREADME.rst18 for the robot to follow. Build and flash the program to the BBC
36 The sample program controls the robot to follow a line track and does
/Zephyr-latest/drivers/led/
Dlp5562.c20 * 2. A program can be transferred to the driver and run by one of the three
22 * program. Possible commands are:
25 * - Loop parts of the program or the whole program.
29 * After the program has been transferred, it can run infinitely without
505 * @brief Start the execution of the program of the given engine.
525 * @brief Stop the execution of the program of the given engine.
545 * @brief Program a command to the memory of the given execution engine.
596 * @brief Program a command to set a fixed brightness to the given engine.
600 * @param command_index Index of the command in the program sequence.
628 * @brief Program a command to ramp the brightness over time.
[all …]
/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c64 * program to exit gracefully when they are received the 1st time
69 * If for some reason (the program is stuck) we never evaluate it, the program
72 * the default handler would be called to terminate the program no matter what.
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst132 'c' to continue into the program.
168 Most of the time you will not be flashing your program but will instead debug
169 it using openocd and gdb. The program can be download via the USB cable into
172 When you are ready to deploy the program so that it boots up automatically on
173 reset or power-up, you can follow the steps to place the program on SPI-FLASH
176 For instructions on how to write your program to FLASH, refer to the
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/
Dindex.rst39 suitable binary and then program it into the DA14531 via the SWD header
50 Press the "Program" button to program the binary file into the DA14531 Module.
/Zephyr-latest/modules/mbedtls/configs/
Dconfig-mini-tls1_1.h33 * This program is free software; you can redistribute it and/or modify
38 * This program is distributed in the hope that it will be useful,
44 * with this program; if not, write to the Free Software Foundation, Inc.,

12345678910>>...29