1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-19 07:02:13 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Rene Hopf
30f2b6ba89 fixed make flash target 2016-07-06 18:51:17 +02:00
crinq
34434b98b8 \r -> \n 2016-04-22 13:01:01 +02:00
Rene Hopf
93125f1b71 don't explode on error 2016-02-15 15:28:30 +01:00
Nicolas Reinecke
001cd6bd43 place stm32 usb lib, remove cocox lib, add init code 2016-01-24 18:48:21 +01:00
Rene Hopf
015b6d2012 Merge pull request #34 from pl4nkton/make-suffix
Makefile: use dfu-suffix to add the usb id to the firmware
2016-01-24 11:39:33 +01:00
Nicolas Reinecke
1968af8ae0 replace custom printf_ with buildin printf, fix printf format strings 2016-01-22 10:45:11 +01:00
Nicolas Reinecke
41a95426e9 Makefile: use dfu-suffix to add the usb id to the firmware 2016-01-22 10:38:30 +01:00
Rene Hopf
49fa35ffb9 Merge pull request #32 from pl4nkton/move-objcpy
move objcpy hv firmware exec
2016-01-11 13:41:03 +01:00
Nicolas Reinecke
e55f92bc7a clean makefiles 2016-01-10 20:38:31 +01:00
Nicolas Reinecke
562142303f move objcpy hv firmware exec
objcpy was executed every build also if hv firmware ins't changed
2016-01-10 20:33:08 +01:00
Nicolas Reinecke
7231958893 use hw crc 2016-01-06 11:36:29 +01:00
Nicolas Reinecke
60c453bb6c Revert "switch to stm32 hw crc unit for code checksum"
stm32 crc unit works different. No idea why it worked while testing this.
Python crc code needs work to make this work.

This reverts commit 8feed27593.
2016-01-05 17:19:20 +01:00
Nicolas Reinecke
8feed27593 switch to stm32 hw crc unit for code checksum 2016-01-03 17:39:41 +01:00
Nicolas Reinecke
601bd6e7c6 fix HSE_VALUE 2016-01-02 22:11:42 +01:00
Nicolas Reinecke
a657f70a2e update to latest library versions, more common structure 2016-01-02 19:24:10 +01:00
Rene Hopf
84cc2ca662 flash targets 2015-12-30 11:52:36 +01:00
Rene Hopf
6bcbaf25cd case fix 2015-12-30 08:23:10 +01:00
Rene Hopf
498d2a77b8 new makefiles 2015-12-30 08:14:51 +01:00
Rene Hopf
d28a9f8b79 test 2015-12-03 19:33:29 +01:00
Rene Hopf
4f320baec8 boot loader checks crc 2015-12-03 11:24:30 +01:00
Rene Hopf
6e4477d086 cry script, 16 and 32 bit cry 2015-12-02 02:34:17 +01:00
Rene Hopf
6465ea4730 moved shared stuff to shared, sections in linker script 2015-12-02 01:59:17 +01:00
Rene Hopf
27c0ad84fc f1 firmware in f4 2015-11-30 22:39:58 +01:00
Rene Hopf
58c42f8032 newly syscalls 2015-11-25 02:37:52 +01:00
Rene Hopf
688b6b086e add version info 2015-11-24 12:28:25 +01:00
Rene Hopf
0d0d4016e7 started boot loader for f4 2015-11-23 19:25:45 +01:00
Rene Hopf
3afb29007e enable frt only when frt functions are present, add -O1, typos 2015-11-23 14:19:10 +01:00
sync
4ce7139888 Add linux device 2015-11-22 15:20:25 +01:00
crinq
96ee4559a3 siemens fix 2015-11-11 22:20:57 +01:00
Rene Hopf
a2185ca5c2 boot loader fix 2015-11-10 13:26:57 +01:00
Rene Hopf
d7d33c40f3 fast crc 2015-11-09 10:20:38 +01:00
Rene Hopf
4174c9b82f makefile 2015-10-10 22:43:44 +02:00
crinq
849ac424aa +fault 2015-07-01 22:56:06 +02:00
Rene Hopf
9febaa4ee5 term commands 2015-04-04 15:28:01 +02:00
Rene Hopf
3bf86d612c Merge branch 'master' of github.com:rene-dev/stmbl
Conflicts:
	Makefile
	src/main.c
2015-03-31 21:39:49 +02:00
Rene Hopf
efe1ea7244 eeprom 2015-03-31 21:37:42 +02:00
crinq
3d0ed004f2 +conf 2015-03-31 19:54:22 +02:00
Rene Hopf
344d85ca9c bootloader 2015-03-25 12:00:25 +01:00
crinq
7e95c4a6e6 auto, makefile, hal fix 2015-01-11 00:23:30 +01:00
crinq
00c86ee2b4 makefile fix: line numbers in comps 2015-01-07 22:45:23 +01:00
Rene Hopf
c9f9c124c8 gc sections 2014-12-29 13:58:10 +01:00
Rene Hopf
615c847cf4 makefile size 2014-12-29 13:55:19 +01:00
Rene Hopf
84d47445b8 20khz pwm 2014-12-27 17:00:45 +01:00
Rene Hopf
5348ef0ef2 removed input, param, and system 2014-11-25 01:57:21 +01:00
Rene Hopf
4e3f537f3e pid -> misc 2014-11-25 01:40:44 +01:00
crinq
aaab16309d +hal comp, read callback, ... 2014-11-18 19:09:25 +01:00
crinq
f6f113267a -param +hal 2014-11-16 23:42:01 +01:00
crinq
3a52720b1c +input 2014-11-09 22:52:27 +01:00
Rene Hopf
bd965f389f dac_dma entfernt 2014-09-21 04:30:54 +02:00
crinq
301ab856d6 param => strings, -fno-buildin 2014-09-21 01:17:40 +02:00