1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-20 07:32:10 +00:00
Commit Graph

1381 Commits

Author SHA1 Message Date
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
sync
c34252f49a Change indent. 2016-01-19 17:24:33 +01:00
crinq
bdcad6cea6 v3.4 pdf 2016-01-18 16:31:57 +01:00
Rene Hopf
286683e4db Merge branch 'master' of github.com:rene-dev/stmbl
# By sync
# Via sync
* 'master' of github.com:rene-dev/stmbl:
  Add troller pcb data
2016-01-17 16:21:25 +01:00
Rene Hopf
c2b1144444 term cleanup 2016-01-17 16:21:13 +01:00
sync
55f31c2b8d Add troller pcb data 2016-01-17 16:19:49 +01:00
Rene Hopf
9a32963f51 Update .travis.yml 2016-01-16 06:20:56 +01:00
Rene Hopf
d7212c7c06 troller drawing 2016-01-15 15:08:43 +01:00
Sync
6c881f3f96 Fix lib 2016-01-15 13:20:04 +01:00
Sync
eb6332ba95 Clean up libs 2016-01-15 12:56:31 +01:00
Sync
70c94a6b76 Bump version number 2016-01-15 12:28:53 +01:00
sync
8da1158dbf Reworked rectifier for increased safety 2016-01-14 22:14:47 +01:00
Rene Hopf
f0704bb1d3 Merge branch 'master' of github.com:rene-dev/stmbl
# By Nicolas Reinecke
# Via Rene Hopf (3) and Nicolas Reinecke (1)
* 'master' of github.com:rene-dev/stmbl:
  clean makefiles
  fix *.ld codestyle
  move objcpy hv firmware exec
  codestyle
  fix gpio a deinit
  remove redundant jump to usb bootloader
2016-01-13 23:07:32 +01:00
Rene Hopf
4bf0dee4cf cleanup 2016-01-13 23:07:13 +01:00
Rene Hopf
2358fa6fd6 Merge pull request #31 from pl4nkton/main-boot
Main boot
2016-01-11 13:42:03 +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
Rene Hopf
777e6d153c Merge pull request #33 from pl4nkton/cleanup
Cleanup
2016-01-11 13:40:35 +01:00
Nicolas Reinecke
e55f92bc7a clean makefiles 2016-01-10 20:38:31 +01:00
Nicolas Reinecke
20ac468a2c fix *.ld codestyle 2016-01-10 20:35:29 +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
85b1bd8f3d codestyle 2016-01-10 20:21:23 +01:00
Nicolas Reinecke
77564fe015 fix gpio a deinit 2016-01-10 20:21:02 +01:00
Nicolas Reinecke
97b038677c remove redundant jump to usb bootloader 2016-01-10 20:18:51 +01:00
crinq
f76066c268 yaml fix 2016-01-10 02:40:12 +01:00
crinq
0a4b189cb2 yaml fix 2016-01-10 02:35:57 +01:00
crinq
1896c50329 yaml fix 2016-01-10 02:35:06 +01:00