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

1252 Commits

Author SHA1 Message Date
Rene Hopf
3fa90b5903 case fix 2016-02-22 00:12:20 +01:00
Rene Hopf
a839a8646b Merge branch 'master' into f3 2016-02-22 00:10:47 +01:00
Rene Hopf
b43eb3a04d comp -> hal_comp 2016-02-22 00:10:32 +01:00
crinq
a522d043dc alles kaput 2016-02-21 23:47:02 +01:00
crinq
38c82f7a20 Merge branch 'master' of github.com:rene-dev/stmbl 2016-02-21 20:23:05 +01:00
crinq
f5e94a5858 v3.4 2016-02-21 20:22:58 +01:00
Rene Hopf
3d155d2e59 encs cleanup 2016-02-18 18:14:05 +01:00
Rene Hopf
1c3cd4f23b txen via dma 2016-02-18 17:58:17 +01:00
Rene Hopf
a3f9d1d146 fix sanyo af mapping 2016-02-18 17:39:23 +01:00
Rene Hopf
ab50eefe96 Update README.md 2016-02-16 15:21:25 +01:00
Rene Hopf
efdb8cf76e Update README.md 2016-02-16 15:20:50 +01:00
Rene Hopf
db523661dc removed old stuff, fixed system type 2016-02-15 15:29:23 +01:00
Rene Hopf
93125f1b71 don't explode on error 2016-02-15 15:28:30 +01:00
crinq
370ffc620a stmbl 3.4 2016-02-12 23:42:28 +01:00
Rene Hopf
e486c4ae9a update voltage regulator 2016-02-05 05:43:02 +01:00
Rene Hopf
d7930b9c6c Merge branch 'master' of github.com:rene-dev/stmbl
# By crinq
# Via crinq
* 'master' of github.com:rene-dev/stmbl:
  fix: obvserver phase lag
  igbt drop compensation
2016-02-02 14:14:10 +01:00
Rene Hopf
b3f4b4dac6 mitsubishi paramaters 2016-02-02 14:13:59 +01:00
crinq
9c0cb73b72 fix: obvserver phase lag 2016-02-01 01:08:42 +01:00
crinq
a4eb6a8378 igbt drop compensation 2016-02-01 01:07:13 +01:00
Rene Hopf
2c8b918223 marked resolver ref signal as deprecated 2016-01-30 05:35:51 +01:00
crinq
c7ad0416b1 Merge branch 'master' of github.com:rene-dev/stmbl 2016-01-27 09:54:45 +01:00
crinq
4fc4131005 openscad model 2016-01-27 09:54:34 +01:00
Rene Hopf
ca0ca24618 sim default amp 2016-01-26 07:12:15 +01:00
crinq
640f787870 openscad model 2016-01-26 02:25:20 +01:00
crinq
109938c159 openscad model 2016-01-26 02:08:26 +01:00
crinq
eab13a9900 openscad model 2016-01-26 01:52:56 +01:00
crinq
ba2a699399 openscad model 2016-01-26 01:33:10 +01:00
crinq
d3adecd0a5 openscad model 2016-01-26 00:56:15 +01:00
crinq
58f22c32b4 openscad model 2016-01-25 23:26:01 +01:00
crinq
3293a7ca3a + openscad model 2016-01-25 21:35:45 +01:00
Rene Hopf
c0f444e57d fix usb prio 2016-01-25 20:05:57 +01:00
Rene Hopf
9ab0aa61e9 Merge pull request #37 from pl4nkton/merge-usb-libupdate
update usb driver and replace vcp lib
2016-01-24 19:38:58 +01:00
Nicolas Reinecke
46e11ad4c8 usb_dev_lib fix from st forum
Modify usbd_cdc_Setup() to pass the request buffer into the
APP_FOPS.pIf_Ctrl() function pointer callback.

Change is per instructions by chinzei.tsuneo on the st forums to enable
passing the "No data request" setup packets through to the callback
function for processing.
2016-01-24 18:50:02 +01:00
Nicolas Reinecke
10f63f3271 fix OTG lib int disable 2016-01-24 18:50:02 +01:00
Nicolas Reinecke
80462e3122 switch usb device serial to unique cpu id 2016-01-24 18:50:02 +01:00
Nicolas Reinecke
13fe7e6266 enable compensation cell 2016-01-24 18:50:02 +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
4ae4896a68 Merge branch 'master' of github.com:rene-dev/stmbl 2016-01-24 18:05:25 +01:00
Rene Hopf
7e1f9db78f clip 2016-01-24 18:05:15 +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
Rene Hopf
47a35f436e Merge pull request #35 from pl4nkton/remove-printf
replace custom printf_ with buildin printf
2016-01-24 11:39:05 +01:00
Rene Hopf
5c069c6e24 Merge pull request #36 from pl4nkton/remove-stringf
remove reimplemented string functions
2016-01-24 11:38:36 +01:00
Nicolas Reinecke
a8f30e2bd3 remove reimplemented string functions 2016-01-22 19:15:24 +01:00
Nicolas Reinecke
eced6354e3 remove printf_ files and include 2016-01-22 10:49:00 +01:00
Nicolas Reinecke
ea259f75ba fix syscalls? 2016-01-22 10:45:11 +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
84432e8817 less verbose make output 2016-01-21 14:34:14 +01:00
Rene Hopf
86d6148585 pin file for bob 2016-01-19 21:44:20 +01:00
sync
61b7125fec Add PDF schematic 2016-01-19 18:03:52 +01:00