Lines Matching full:script
44 * Handles init script (a.k.a. Service Patch)
54 * - store init script in .fartext and use assembly code to read from there
58 * - Harvard architecture doesn't allow to store init script directly -> use avr-libc helpers
96 // default init script provided by separate .c file
100 // custom init script set by btstack_chipset_cc256x_set_init_script
105 // init script to use: either cc256x_init_script or custom_init_script
160 // On MSP430, custom init script is not supported in chipset_init()
164 log_info("cc256x: using custom init script"); in chipset_init()
168 log_info("cc256x: using default init script"); in chipset_init()
330 // extracted init script has 0x01 cmd packet type, but BTstack expects them without in chipset_next_command()
335 // workaround: use FlashReadBlock with 32-bit integer and assume init script starts at 0x10000 in chipset_next_command()
344 // workaround: use memcpy_P to access init script in lower 64 kB of flash in chipset_next_command()