pyfrprog.git
14 years agoroot Makefile
Bernhard Urban [Sun, 13 Dec 2009 20:49:51 +0000 (21:49 +0100)]
root Makefile

14 years agomoved pkernel in a own directory
Bernhard Urban [Sun, 13 Dec 2009 20:49:19 +0000 (21:49 +0100)]
moved pkernel in a own directory

14 years agomerged flashdemo repo
Bernhard Urban [Sun, 13 Dec 2009 20:32:44 +0000 (21:32 +0100)]
merged flashdemo repo

Merge branch 'master' of wien.tomnetworks.com:flashdemo
Conflicts:
.gitignore

14 years agoactually we have to write it in IRAM, thus we have to skip addresses for
Bernhard Urban [Sun, 13 Dec 2009 07:28:39 +0000 (08:28 +0100)]
actually we have to write it in IRAM, thus we have to skip addresses for
section >= 0x148000 and also have to calculate a other writeaddress as
given in the mhx file. however, we need those addresses later for the
real flashing part (through pkernel)

14 years agoflashing will be done now in a simple loop
theStack [Sun, 13 Dec 2009 07:08:53 +0000 (08:08 +0100)]
flashing will be done now in a simple loop

14 years agorefactor fun
Bernhard Urban [Sun, 13 Dec 2009 07:06:43 +0000 (08:06 +0100)]
refactor fun

14 years agopkernel programmer init
Bernhard Urban [Sun, 13 Dec 2009 07:03:18 +0000 (08:03 +0100)]
pkernel programmer init

14 years agofirst version of mhx file support impl.
theStack [Sun, 13 Dec 2009 07:01:11 +0000 (08:01 +0100)]
first version of mhx file support impl.

o it can only handle S2 records (which means max. 6 bytes for the addresses) by now,
but other data records shouldn't be used by the fujitsu converter anyway i guess?
o data is only read and printed to stdout, but not really used, that will be done
in the next commit

14 years agookay, big fat note: clear the fucking watchdog timer...... DAMN ;)
Bernhard Urban [Sun, 13 Dec 2009 04:58:33 +0000 (05:58 +0100)]
okay, big fat note: clear the fucking watchdog timer...... DAMN ;)

14 years agoexecute own code from iram, however READ attention text before doing
Bernhard Urban [Sun, 13 Dec 2009 02:19:02 +0000 (03:19 +0100)]
execute own code from iram, however READ attention text before doing
something stupid

also added some (useful?) examples...

14 years agoa call to the end of the IRAM (0x00033ffc)...
theStack [Sat, 12 Dec 2009 04:15:53 +0000 (05:15 +0100)]
a call to the end of the IRAM (0x00033ffc)...

*really* starts the program that was flashed before - how crazy is that? does
that mean that instructions are called backwards or something like that? well,
at the moment i don't care new super mario bros is waiting xD

14 years agoimpl. CALL and CHECKSUM bootloader cmds, untested
theStack [Sat, 12 Dec 2009 04:00:08 +0000 (05:00 +0100)]
impl. CALL and CHECKSUM bootloader cmds, untested

14 years agoadd constants for device and baudrate
theStack [Sat, 12 Dec 2009 03:47:32 +0000 (04:47 +0100)]
add constants for device and baudrate

14 years agoadd a test with some more data and local chksum
theStack [Sat, 12 Dec 2009 03:35:23 +0000 (04:35 +0100)]
add a test with some more data and local chksum

+ decreased sleep time (1ms instead of 10ms just works fine)
+ doubled baud rate (the highest possible by now as it seems?)

14 years agoinitial commit
theStack [Sat, 12 Dec 2009 03:10:12 +0000 (04:10 +0100)]
initial commit

14 years agodecreased speed for led counter and stop it at the end of main
Bernhard Urban [Fri, 11 Dec 2009 23:33:26 +0000 (00:33 +0100)]
decreased speed for led counter and stop it at the end of main

14 years agolowercase plz
Bernhard Urban [Fri, 11 Dec 2009 23:10:01 +0000 (00:10 +0100)]
lowercase plz

14 years agoRevert "headerfile/makefile hax hax"
Bernhard Urban [Fri, 11 Dec 2009 23:08:47 +0000 (00:08 +0100)]
Revert "headerfile/makefile hax hax"

This reverts commit 828d4e7ae7bd728f23424ea58cc1b445a58328ac.

14 years agoheaderfile/makefile hax hax
Bernhard Urban [Fri, 11 Dec 2009 23:06:18 +0000 (00:06 +0100)]
headerfile/makefile hax hax

14 years agoright led port for bits pot blue board
Bernhard Urban [Fri, 11 Dec 2009 23:03:58 +0000 (00:03 +0100)]
right led port for bits pot blue board

14 years agodos2unix on all files + tab madness
theStack [Fri, 11 Dec 2009 22:57:46 +0000 (23:57 +0100)]
dos2unix on all files + tab madness

14 years agogitignore update
Bernhard Urban [Fri, 11 Dec 2009 22:13:51 +0000 (23:13 +0100)]
gitignore update

14 years agoinit
Bernhard Urban [Fri, 11 Dec 2009 21:59:40 +0000 (22:59 +0100)]
init