diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-03-20 06:05:36 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2024-03-20 06:18:44 +0300 |
commit | 2d407c655c05c00989d54e0dd4219a1b532d0545 (patch) | |
tree | 2d5de6a18dc670273e185f4d170edcfd8ac9273b /build | |
parent | 8f984fba6a3ad1a1762fcea88a281bbb2be9e37f (diff) | |
download | ydb-2d407c655c05c00989d54e0dd4219a1b532d0545.tar.gz |
smart_devices.conf for ESP_PROGRAM and MCU_PROGRAM
668377fd996180ca9ac4aec6bf3a02f7d5d425af
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index ee8d9c5f90..acc6d1d4f5 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5766,20 +5766,6 @@ when ($WITH_CREDITS) { GENERATE_MF=$GENERATE_MF_CMD } -macro _MCU_CONVERT(Bin) { - .CMD=${cwd:BINDIR} $OBJCOPY_TOOL -O ihex $Bin ${output;noext:Bin.hex} && ${cwd:BINDIR} $OBJCOPY_TOOL -O srec $Bin ${output;noext:Bin.s37} && ${cwd:BINDIR} $OBJCOPY_TOOL -O binary $Bin ${output;noext:Bin.bin} -} - -MCU_LINK_EXE=$LINK_EXE && $_MCU_CONVERT($MODULE_PREFIX$REALPRJNAME) - -### @usage: MCU_PROGRAM([progname]) -### -### Program module for microcontrollers. Converts ELF to Intel HEX, Motorola S-record and raw binary file formats. -### If name is not specified it will be generated from the name of the containing project directory. -module MCU_PROGRAM: PROGRAM { - .CMD=MCU_LINK_EXE -} - # tag:flags tag:internal tag:windows-specific ### @usage: _MSVC_FLAGS_WINDOWS_IMPL(target_platform compiler_flags) # internal ### |