1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-18 22:52:08 +00:00
Commit Graph

1063 Commits

Author SHA1 Message Date
Rene Hopf
87e78ae8c6 Merge branch 'bootloader'
* bootloader:
  boot loader checks crc
  cry script, 16 and 32 bit cry
  moved shared stuff to shared, sections in linker script
  linker script
  f1 firmware in f4
  f1 sv2 output
  step/dir idea from stackoverflow
  f1 operate adc in spec
  f1 interrupt priority
2015-12-03 11:34:38 +01:00
Rene Hopf
9d048cc07c deploy test 2015-12-03 11:34:22 +01:00
Rene Hopf
4f320baec8 boot loader checks crc 2015-12-03 11:24:30 +01:00
Rene Hopf
75c55b0b7e Merge branch 'master' of github.com:rene-dev/stmbl
* 'master' of github.com:rene-dev/stmbl:
  Update README.md
2015-12-03 06:49:38 +01:00
Rene Hopf
546aa5bf95 link to wiki 2015-12-03 06:49:24 +01:00
Rene Hopf
ffeb8f0cab Update README.md 2015-12-03 06:48:34 +01:00
Rene Hopf
b23a02c92c moved documentation the wiki, readme update 2015-12-03 06:47:28 +01:00
Rene Hopf
caec4d6593 only show hal error when state changes 2015-12-03 06:46:57 +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
c44b6a0400 Merge branch 'master' into motsim 2015-12-02 00:48:51 +01:00
Rene Hopf
ad09792c8f plist update 2015-12-01 20:46:59 +01:00
Rene Hopf
d64583c7a8 linker script 2015-12-01 00:08:30 +01:00
Rene Hopf
27c0ad84fc f1 firmware in f4 2015-11-30 22:39:58 +01:00
Rene Hopf
ef2b3a9160 f1 sv2 output 2015-11-30 19:09:24 +01:00
Rene Hopf
f9d6362a80 step/dir idea from stackoverflow 2015-11-30 19:08:56 +01:00
Rene Hopf
6bc8cb407b f1 operate adc in spec 2015-11-30 19:08:01 +01:00
Rene Hopf
2fc0ae6381 f1 interrupt priority 2015-11-30 19:05:47 +01:00
Rene Hopf
32bc3182e1 hal interface 2015-11-28 09:39:12 +01:00
Rene Hopf
5843780f08 timer fix 2015-11-28 09:13:44 +01:00
Rene Hopf
6b37cb113e enc,res,encm deinit 2015-11-28 08:41:51 +01:00
Rene Hopf
067db1594c enable gpis and dma clocks in setup 2015-11-28 07:32:55 +01:00
Rene Hopf
fca884b821 brake,fan,led -> io.comp 2015-11-28 07:15:10 +01:00
Rene Hopf
a5a9cdde79 comp cleanup 2015-11-28 06:55:38 +01:00
Rene Hopf
bd6162338c Merge branch 'bootloader' into motsim
* bootloader: (35 commits)
  term flash fix, + edge macros, encm error fix
  boot loader version info
  term fix, rene fail fix
  display HSE
  reordered comps
  fix cauto links
  save name of last failed link/set
  include all comps
  comp update to new init func
  mist config
  term width fix, autoconnect
  hal help + cons, save, load
  cons, term txqueue
  link cleanup
  + save/load, + update cmd/fb, link cleanup, main cleanup
  eeprom emulation working
  ld scripts don't like single line comments
  sector annotation in linker script
  hal sort fix
  hal sort fix
  ...
2015-11-27 20:38:09 +01:00
crinq
7bbd968cf5 Merge branch 'bootloader' of github.com:rene-dev/stmbl into bootloader 2015-11-27 20:34:37 +01:00
crinq
850f31bab3 term flash fix, + edge macros, encm error fix 2015-11-27 20:34:29 +01:00
Rene Hopf
00e7a447b8 ignore pyc 2015-11-27 20:22:26 +01:00
Rene Hopf
ccbbf16fae boot loader version info 2015-11-27 20:16:55 +01:00
crinq
129a895e3f term fix, rene fail fix 2015-11-27 19:23:04 +01:00
Rene Hopf
0c6b0b10cc display HSE 2015-11-27 14:32:26 +01:00
Rene Hopf
da785b6993 reordered comps 2015-11-27 14:32:13 +01:00
Rene Hopf
f049d0ecf3 fix cauto links 2015-11-27 14:13:10 +01:00
Rene Hopf
7bc79bd2e0 save name of last failed link/set 2015-11-27 14:12:40 +01:00
Rene Hopf
abdcc7acf1 include all comps 2015-11-27 14:12:04 +01:00
Rene Hopf
3d9340f5e8 comp update to new init func 2015-11-27 14:11:40 +01:00
Rene Hopf
284e87a1d3 mist config 2015-11-27 14:11:09 +01:00
Rene Hopf
610f27dc06 term width fix, autoconnect 2015-11-27 01:25:46 +01:00
Rene Hopf
a12dbd6d07 hal help + cons, save, load 2015-11-26 23:46:30 +01:00
Rene Hopf
446cacd833 cons, term txqueue 2015-11-26 23:33:47 +01:00
Rene Hopf
294bb9cc0b link cleanup 2015-11-26 22:47:14 +01:00
Rene Hopf
89ea986475 + save/load, + update cmd/fb, link cleanup, main cleanup 2015-11-26 22:41:06 +01:00
Rene Hopf
7123c978ba eeprom emulation working 2015-11-26 17:55:02 +01:00
Rene Hopf
e1c6d28443 ld scripts don't like single line comments 2015-11-26 15:51:28 +01:00
Rene Hopf
88553aaa46 Merge branch 'bootloader' of github.com:rene-dev/stmbl into bootloader
# By crinq
# Via crinq
* 'bootloader' of github.com:rene-dev/stmbl:
  hal sort fix
  hal sort fix
  - term ?
  + hal help
  hal cleanup, + stop unused frt thread, + term hal error, + calc_time/period, better hal_info
2015-11-26 15:19:18 +01:00
Rene Hopf
40dbc6f21b sector annotation in linker script 2015-11-26 15:19:09 +01:00
crinq
856fd8309e hal sort fix 2015-11-26 12:44:17 +01:00
crinq
cc8388cf64 hal sort fix 2015-11-26 12:20:14 +01:00
crinq
3625a8dc19 - term ? 2015-11-26 01:52:21 +01:00
crinq
c3538519bb + hal help 2015-11-26 01:37:41 +01:00