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
Rene Hopf
2c59438c3d
embed shader, fix transparency, include math.h
2016-01-11 13:35:08 +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
End
610a76a486
* fixed scaling <0
2016-01-10 11:18:36 +01:00
End
ff24f83806
+ added scaling
2016-01-10 11:14:11 +01:00
End
10b9f84f29
* upper textarea is now disabled
2016-01-10 11:10:19 +01:00
End
0e8f16fd59
+ added translation
2016-01-10 10:49:14 +01:00
End
51fb41f79b
- removed glm dependecy
2016-01-10 08:56:06 +01:00
End
15305688cc
+ fixed VAOs for GL 2.1
2016-01-10 08:54:07 +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
crinq
89aa402479
yaml fix
2016-01-10 02:28:30 +01:00
crinq
99a4bc6afa
yaml fix
2016-01-10 02:24:41 +01:00
crinq
f7d1158aad
yaml fix
2016-01-10 02:19:22 +01:00
crinq
5efeb9273a
yaml fix
2016-01-10 02:13:48 +01:00
crinq
627f8eee32
yaml fix
2016-01-10 01:56:40 +01:00
crinq
bc1e9f8a36
yaml fix
2016-01-10 01:40:25 +01:00
crinq
651de712ee
yaml fix
2016-01-10 01:30:46 +01:00
crinq
8ebc7ae353
yaml fix
2016-01-10 01:23:44 +01:00
crinq
da008a8764
yaml fix
2016-01-10 01:16:49 +01:00
crinq
8d5ff8bdf2
yaml fix
2016-01-10 01:07:25 +01:00
crinq
9d5a330813
yaml fix
2016-01-10 00:56:14 +01:00
crinq
1167ce8185
+gcc version check
2016-01-09 23:45:27 +01:00
Rene Hopf
3e408162e6
Merge pull request #30 from pl4nkton/fix-hw-crc
...
process firmware image crc32 in hardware
2016-01-09 13:47:01 +01:00
End
d02d4cefa8
* WIP Changes
2016-01-09 06:18:24 +01:00
Nicolas Reinecke
6af56e0ab5
crc32.py switch to new calculation compatile to stm32
2016-01-08 00:29:09 +01:00
Nicolas Reinecke
7231958893
use hw crc
2016-01-06 11:36:29 +01:00
Sync
058927e1b3
Fix add version again.
...
It seems to be difficult to find the right Python executable depending on the
operating system.
2016-01-06 00:52:20 +01:00
sync
412be84062
Merge branch 'master' of https://github.com/rene-dev/stmbl
2016-01-06 00:20:56 +01:00
sync
d22b78d542
Fix version info on some systems
2016-01-06 00:20:26 +01:00
Rene Hopf
bc5d4d60b6
Merge pull request #29 from pl4nkton/hv-rcc-cleanup
...
Hv rcc cleanup
2016-01-06 00:16:42 +01:00
Rene Hopf
c0b9ce51a6
Merge pull request #28 from pl4nkton/rev-hwcrc
...
Revert "switch to stm32 hw crc unit for code checksum"
2016-01-06 00:16:33 +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
75d0134374
HV: move systick init code to rcc config
2016-01-04 16:58:29 +01:00
Nicolas Reinecke
1ed3774f4e
HV: simplify clock config
...
The default clock config of system_stm32f10x.c is HSI 8 MHz.
Configure the clock to 72 MHz with PLL and 8MHz HSE.
Remove clock reinit with the same settings.
2016-01-04 16:55:26 +01:00
Rene Hopf
9a1a44cf55
Merge pull request #27 from pl4nkton/hw-crc
...
switch to stm32 hw crc unit for code checksum
2016-01-03 23:46:04 +01:00
Rene Hopf
7a1b5ae365
Merge pull request #25 from pl4nkton/lib-update
...
update to latest library versions, more common structure
2016-01-03 23:45:26 +01:00
Nicolas Reinecke
8feed27593
switch to stm32 hw crc unit for code checksum
2016-01-03 17:39:41 +01:00
Nicolas Reinecke
4d61a0ad2f
remove slash in include path
2016-01-02 23:56:13 +01:00
Nicolas Reinecke
0add245f75
fix eeprom emulation - use defines
2016-01-02 22:12:24 +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