Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/build/
Duf2conv.py16 UF2_MAGIC_START1 = 0x9E5D5157 # Randomly selected variable
55 return w[0] == UF2_MAGIC_START0 and w[1] == UF2_MAGIC_START1
75 if hd[0] != UF2_MAGIC_START0 or hd[1] != UF2_MAGIC_START1:
126 UF2_MAGIC_START0, UF2_MAGIC_START1,
146 UF2_MAGIC_START0, UF2_MAGIC_START1,
/Zephyr-Core-3.5.0/scripts/west_commands/
Dbindesc.py23 UF2_MAGIC_START1 = 0x9E5D5157 # Second magic number
31 if hd[0] != UF2_MAGIC_START0 or hd[1] != UF2_MAGIC_START1: