Home
last modified time | relevance | path

Searched refs:UF2_MAGIC_START1 (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/build/
Duf2conv.py18 UF2_MAGIC_START1 = 0x9E5D5157 # Randomly selected variable
29 return w[0] == UF2_MAGIC_START0 and w[1] == UF2_MAGIC_START1
54 if hd[0] != UF2_MAGIC_START0 or hd[1] != UF2_MAGIC_START1:
138 UF2_MAGIC_START0, UF2_MAGIC_START1,
158 UF2_MAGIC_START0, UF2_MAGIC_START1,
/Zephyr-latest/scripts/west_commands/
Dbindesc.py22 UF2_MAGIC_START1 = 0x9E5D5157 # Second magic number
30 if hd[0] != UF2_MAGIC_START0 or hd[1] != UF2_MAGIC_START1: