Ralf Schlatterbeck
d890a492bb
Set arduino LOOP_INTERVAL in project-conf.h
2017-08-20 19:42:42 +02:00
Ralf Schlatterbeck
3defa16553
Output min and max address on stderr
2017-08-20 19:41:34 +02:00
Ralf Schlatterbeck
6141e26999
Allow a second upload, reset state
2017-08-20 16:43:11 +02:00
Ralf Schlatterbeck
dd9ba9e0ef
Add missing resources.h
2017-08-20 15:09:22 +02:00
Ralf Schlatterbeck
e3784fa9c7
Add query parameter to generic resouce macros
...
Modify all callback functions to use new signature.
ota-update now uses this to pass the partition to some get/put methods.
2017-08-20 15:01:30 +02:00
Ralf Schlatterbeck
954da749eb
Factor irq methods
...
Now methods that need interrupts turned off are wrapped.
Make genbackupisr.py executable.
New resources for bootloader-related information.
2017-08-20 11:47:13 +02:00
Marcus Priesch
6eced34422
fixed size_t, irq
2017-08-20 00:12:57 +02:00
Marcus Priesch
140f43f4c1
work in progress
2017-08-19 22:11:13 +02:00
Ralf Schlatterbeck
ed638a5f5a
Add genbackupisr
2017-08-19 21:05:39 +02:00
Ralf Schlatterbeck
b774d61713
First sketch of image uploader
2017-08-19 19:26:27 +02:00
Ralf Schlatterbeck
c35be7c066
First stab at OTA-update
...
Introduce new testing-app example.
Add a new coap error code for blockwise transfer.
Add include-file for bootloader callbacks (jumptable).
Note that only the bootloader for osd-merkur-256 will support
OTA-update, the -128 simply has not enough flash memory, so only
in the -256 we have the bootloader functions in the jump-table
of the bootloader and in the bootloader-if.h include-file.
2017-07-31 13:26:29 +02:00