Skip to content

Commit

Permalink
Revert "first try rename folders - folder name was correct"
Browse files Browse the repository at this point in the history
This reverts commit 6acdeb6.
  • Loading branch information
df8oe committed Jul 9, 2017
1 parent 6acdeb6 commit 2739773
Show file tree
Hide file tree
Showing 697 changed files with 761 additions and 761 deletions.
400 changes: 200 additions & 200 deletions mchf-eclipse/.cproject

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions mchf-eclipse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,19 @@ help:


all: $(FIRMWARE) $(TRX_ID).handbook
# compile the ARM-executables .bin / .elf and .dfu for uhsdr SDR TRx, generate .map
# compile the ARM-executables .bin / .elf and .dfu for mcHF SDR TRx, generate .map
@echo "using \c"
$(CC) --version | grep gcc

bootloader: $(BOOTLOADER)
# compile the ARM-executables .bin / .elf and .dfu for uhsdr SDR TRx, generate .map
# compile the ARM-executables .bin / .elf and .dfu for mcHF SDR TRx, generate .map
@echo "using \c"
$(CC) --version | grep gcc

$(FIRMWARE): $(FIRMWARE).elf $(FIRMWARE).dfu $(FIRMWARE).bin

$(BOOTLOADER): $(BOOTLOADER).bin $(BOOTLOADER).dfu
# compile the bootloader ARM-executables .bin / .elf and .dfu for uhsdr SDR TRx, generate .map and .dmp
# compile the bootloader ARM-executables .bin / .elf and .dfu for mcHF SDR TRx, generate .map and .dmp

# compilation
$(FIRMWARE).elf: $(OBJS)
Expand Down
File renamed without changes.
Loading

0 comments on commit 2739773

Please sign in to comment.