Commit graph

21 commits

Author SHA1 Message Date
Ralf Schlatterbeck
7ea0e3b933 Fix Makefiles, remove/fix flash targets
The target "flash" and related stuff is now in the platform makefiles.
2017-08-22 22:29:03 +02:00
Harald Pichler
5e15ec6488 bugfix store value to d_temp_s and enable debug prints as degfault 2017-05-04 16:29:55 +02:00
Harald Pichler
2942868799 bugfix format 2017-03-03 11:45:46 +01:00
Harald Pichler
14baf5df6c bugfix format 2017-03-03 11:37:09 +01:00
Harald Pichler
3b28df58da eliminate c++ string warnings 2016-10-17 08:20:16 +02:00
Harald Pichler
ec34b8640c bugfix dallas remove first space 2016-08-23 20:51:21 +02:00
Ralf Schlatterbeck
04bbba6c12 Multi-platform support, osd-merkur-{128,256}
Rename guhRF platform to osd-merkur-256, previous osd-merkur platform is
now osd-merkur-128. Also check that everything is consistent.
Add both platforms to the regression tests.
Move redundant files in platform dev directory of both platforms to
cpu/avr/dev. Note that this probably needs some rework. Already
discovered some inconsistency in io definitions of both devices in the
avr/io.h includes. Added a workaround in the obvious cases.
The platform makefiles now set correct parameters for bootloader and for
reading mac-address from flash memory.
Factor the flash programming into cpu/avr and platform/osd-merkur* and
rework *all* osd example makefiles to use the new settings. Also update
all the flash.sh and run.sh to use the new settings.
The suli ledstrip modules (and osd example) have also been removed.
2016-04-22 17:59:40 +02:00
harald42
9a3c6adf8d add mcu_sleep routines 2016-04-12 10:34:40 +02:00
Harald Pichler
de928cd14e cleanup code 2016-02-27 22:10:53 +01:00
harald42
e7f270cf37 crf replace by lf 2016-02-25 08:11:05 +01:00
Ralf Schlatterbeck
de6477efa8 Fix run.sh scripts to use jumptable of bootloader
Otherwise a crash results with a bootloader compiled with a newer AVR
toolchain (e.g. Debian Jessie). If you still have an ages-old bootloader
without a jump-table, as a short-term measure you can revert this change
in your run.sh. As a long-term fix we recommend you get your bootloader
updated!
2016-02-19 17:32:09 +01:00
Harald Pichler
836a483f7e bugfix dallas coap resource 2016-01-06 21:39:35 +01:00
Harald Pichler
ba9d4ed578 add dallas ds1820 external sensor 2015-11-29 22:31:59 +01:00
Harald Pichler
0a4938243e cleanup resources 2015-10-08 21:14:43 +02:00
Harald Pichler
a2e70d49f3 remove first space from converted string 2015-09-16 10:31:52 +02:00
Harald Pichler
6b41f23d59 make mcusleep variable, use mcusleepcycle 2015-09-15 09:52:06 +02:00
Harald Pichler
7404e75213 bugfix float resources, save energy enabled 2015-09-14 16:55:18 +02:00
Harald Pichler
e3ffbe36c8 bugfix printf and float 2015-09-14 10:51:16 +02:00
Harald Pichler
617d42663c add htu21d sensor and resources and set mesure inteval to 10 seconds 2015-09-11 21:41:24 +02:00
Ralf Schlatterbeck
7f09f96e88 Fix compile error
Wire.h is a C++ include-file and may not be within 'extern "C"'.
2015-09-11 15:10:28 +02:00
Harald Pichler
910dc981b5 initial upload 2015-09-04 14:04:11 +02:00