Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
casainho committed Jun 10, 2021
2 parents 337c946 + f8bff3d commit f4de8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ main.elf: \

$(CC) $(LDFLAGS) $(LIBSDIR) $^ $(LIBS) -o $@
arm-none-eabi-objcopy -O binary $@ TSDZ2_motor_controller_v2_firmware.bin
objcopy -O ihex $@ TSDZ2_motor_controller_v2_firmware.hex
arm-none-eabi-objcopy -O ihex $@ TSDZ2_motor_controller_v2_firmware.hex

.c.o:
$(CC) -c $(CCFLAGS) $< -o $@

.S.o:
$(CC) -c $(CCFLAGS) $< -o $@
$(CC) -x assembler-with-cpp -c $(CCFLAGS) $< -o $@

clean:
rm -f \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

This repository has technical documentation about TSDZ2 motor controller V2 as also our OpenSource firmware for it.

You can buy the [TSDZ2 motor controller V2 on Enerprof](https://enerprof.de/).

Forum messages:
* [Discussion at Endless Sphere](https://endless-sphere.com/forums/viewtopic.php?f=30&t=111287)
* [Discussion at Pedelecforum](https://www.pedelecforum.de/forum/index.php?threads/neue-tsdz2-controller-open-source.86546)
Expand Down

0 comments on commit f4de8f5

Please sign in to comment.