stash
This commit is contained in:
parent
94bdb71820
commit
c4c414ebd3
57 changed files with 49795 additions and 3 deletions
1
peripherals/cc48x6/firmware/.gitignore
vendored
1
peripherals/cc48x6/firmware/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
build/
|
||||
compile_commands.json
|
||||
.idea/
|
||||
|
|
|
@ -197,7 +197,14 @@ $(BUILD_DIR)/%.bin: $(BUILD_DIR)/%.elf | $(BUILD_DIR)
|
|||
$(BIN) $< $@
|
||||
|
||||
$(BUILD_DIR):
|
||||
mkdir $@
|
||||
mkdir $@
|
||||
|
||||
#######################################
|
||||
# flash the program
|
||||
#######################################
|
||||
|
||||
flash: $(BUILD_DIR)/$(TARGET).bin
|
||||
st-flash --connect-under-reset write $(BUILD_DIR)/$(TARGET).bin 0x8000000
|
||||
|
||||
#######################################
|
||||
# clean up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue