Searched refs:binary (Results 1 – 17 of 17) sorted by relevance
/lk-master/tools/ |
A D | mkimage.c | 35 void usage(const char *binary) { in usage() argument 38 fprintf(stderr, "%s [-h] [-o <output file] section:file ...\n\n", binary); in usage() 79 const char *binary = argv[0]; in main() local 93 usage(binary); in main()
|
/lk-master/external/platform/pico/ |
A D | LICENSE.TXT | 3 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 9 2. Redistributions in binary form must reproduce the above copyright notice, this list of condition…
|
/lk-master/external/platform/nrfx/ |
A D | LICENSE | 4 Redistribution and use in source and binary forms, with or without 10 2. Redistributions in binary form must reproduce the above copyright
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | TI-BSD-EULA.txt | 3 Redistribution and use in source and binary forms, with or without 10 Redistributions in binary form must reproduce the original copyright
|
A D | makedefs | 8 # Redistribution and use in source and binary forms, with or without 15 # Redistributions in binary form must reproduce the above copyright 249 @${OBJCOPY} -O binary ${@} ${@:.axf=.bin}
|
/lk-master/app/mdebug/ |
A D | fw-m0sub.ld | 2 /* RAM only binary layout */
|
A D | makefile.fw | 20 $(OBJCOPY) -O binary $< $@
|
/lk-master/external/platform/stellaris/ti-driverlib/driverlib/ |
A D | readme.txt | 8 Redistribution and use in source and binary forms, with or without 15 Redistributions in binary form must reproduce the above copyright
|
/lk-master/external/platform/pico/rp2_common/pico_standard_link/ |
A D | memmap_no_flash.ld | 91 /* Machine inspectable binary information */ 214 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
A D | memmap_copy_to_ram.ld | 87 /* Machine inspectable binary information */ 250 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
A D | memmap_blocked_ram.ld | 109 /* Machine inspectable binary information */ 249 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
A D | memmap_default.ld | 109 /* Machine inspectable binary information */ 249 …header_end - __logical_binary_start <= 256, "Binary info must be in first 256 bytes of the binary")
|
/lk-master/make/ |
A D | build.mk | 16 $(NOECHO)$(OBJCOPY) -O binary $< $@
|
/lk-master/tools/moot/ |
A D | mtldr | 241 binary = file.read() 243 retcode, data = dispatcher.dispatch(Command.flash, binary)
|
/lk-master/arch/riscv/ |
A D | linker-twosegment.ld | 4 * In this case the read only portion of the binary lives in read only
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_v1_rom_shim.S | 266 add r2,r12 @ exponent plus offset for required binary point position
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 1344 # The BINARY_TOC flag controls whether a binary table of contents is generated 2212 # DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
Completed in 26 milliseconds