Commit Graph

8237 Commits (ca38c80e36878418a2f35c45020e5b2539b6b062)

Author SHA1 Message Date
harald42 ca38c80e36 remove platform/osd-er-lp24 2013-02-19 12:40:25 +01:00
harald42 13e8557bca change plattform to osd-merkur 2013-02-19 11:08:05 +01:00
harald42 c6f3433ca7 change plattform to osd-merkur 2013-02-19 11:07:08 +01:00
harald42 8f63b962cd change plattform to osd-merkur 2013-02-19 11:03:59 +01:00
harald42 b30ce896ea change plattform to osd-merkur 2013-02-19 10:58:41 +01:00
harald42 9dbec94fc7 change plattform to osd-merkur 2013-02-19 10:52:37 +01:00
harald42 63f33f8374 change plattform to osd-merkur 2013-02-19 10:51:54 +01:00
harald42 37aabc96c4 change plattform to osd-merkur 2013-02-19 10:47:45 +01:00
harald42 99d6b7ad46 add climate example 2013-02-19 10:39:56 +01:00
harald42 bbd7649b29 add platform osd-merkur 2013-02-19 10:22:48 +01:00
harald42 b3371ae489 remove merkur 2013-02-19 10:22:13 +01:00
harald42 1f4484f80b add merkur platform 2013-02-19 09:48:22 +01:00
harald42 6624e49186 remove old files 2013-02-15 14:37:18 +01:00
harald42 354dfabe84 remove debug, minimize code size 2013-02-15 14:37:18 +01:00
harald42 999b379f18 cleanup project 2013-02-15 14:37:18 +01:00
harald42 f8890aadd0 initial upload 2013-02-15 14:37:18 +01:00
harald42 c43fbddad5 add pir sensor, sensor events 2013-02-15 14:37:18 +01:00
harald42 b188b3c663 cleanup code 2013-02-15 14:37:18 +01:00
harald42 ee280cb5b3 add button sensor with debug 2013-02-15 14:37:18 +01:00
harald42 e54721a250 initial upload 2013-02-15 14:37:18 +01:00
harald42 15be765b36 initial upload 2013-02-15 14:37:18 +01:00
harald42 17a0d3f9cb make easyer experiments 2013-02-15 14:37:18 +01:00
harald42 ee4f8df9da change rt tag and disable energest and radio stat 2013-02-15 14:37:17 +01:00
harald42 e0e6c65193 cleanup code 2013-02-15 14:37:17 +01:00
harald42 457368de0f add battery sensor 2013-02-15 14:37:17 +01:00
harald42 4cdd6b6284 setup 15 NBR 50 DS6-Route 2013-02-15 14:37:17 +01:00
harald42 74826cb85b update to latest version 2013-02-15 14:37:17 +01:00
harald42 936154e6c8 remove if attribute 2013-02-15 14:37:17 +01:00
harald42 6cc5c3c785 use ds1820.c from /dev directory 2013-02-15 14:37:17 +01:00
harald42 a0266e67fd new dht11 uri schema 2013-02-15 14:37:17 +01:00
harald42 f2f8e171e6 add sensors, internal temperature, battery 2013-02-15 14:37:17 +01:00
harald f4576627e6 add DHT11 humidity sensor 2013-02-15 14:37:17 +01:00
harald f70f187b64 initial upload 2013-02-15 14:37:17 +01:00
harald eb02c2e2f7 bugfix ds1820 2013-02-15 14:37:17 +01:00
harald a40140cfe0 initial upload 2013-02-15 14:37:17 +01:00
Oliver Schmidt 90186b035d Merge pull request #123 from oliverschmidt/master
Without anybody putting in a veto in the meantime it seems appropriate to merge now...
2013-02-14 07:02:23 -08:00
Oliver Schmidt 9040f83fd4 Reduced program size.
On the C128 the custom PFS code doesn't add functionality (as it does with IDE64 support on the C64) but is "only" smaller than the POSIX file i/o code in the C library. But the POSIX directory access code in the C library relies on the POSIX file i/o code anyway so there no point in additionally adding the PFS code to the FTP program.
2013-02-14 15:57:20 +01:00
Oliver Schmidt 107b79c019 The recent cc65 snapshot yields somewhat small programs so we can move back to the MTU size used before. 2013-02-14 15:45:33 +01:00
Oliver Schmidt 98060c1eab Moved from last cc65 release (2.13.3) to recent cc65 snapshot (2.13.9).
Relevant cc65 changes...

General:
- The compiler generates "extended" dependency info (like gcc) so there's no need for postprocessing whatsoever :-)
- The linker is very pernickety regarding the ordering of cmdline options so a custom linker rule is necessary :-(

Apple2:
- The various memory usage scenarios aren't specified anymore via separate linker configs but via defines overriding default values in the builtin linker config.

Atari:
- The builtin linker config allows to override the start addr so there no more need for a custom linker config.
- The C library comes with POSIX directory access. So there's no more need for for a custom coding.

CBM:
- The C library comes with POSIX directory access. So there's no more need for for a custom coding.
2013-02-14 15:42:43 +01:00
Oliver Schmidt c385dd1393 Be consistent with tab chars in Makefiles. 2013-02-11 00:28:31 +01:00
Oliver Schmidt ea4fac679f Allow user to read the result of wget.
Several retro targets clear the screen after program termination so allow user to read the result.
2013-02-11 00:24:51 +01:00
Oliver Schmidt 1af5110946 Merge remote-tracking branch 'refs/remotes/origin/master' 2013-02-10 15:51:04 +01:00
Oliver Schmidt 1eda821a75 Fixed severe bug in PSOCK_READTO (?)
Either I found and fixed a severe bug in PSOCK_READTO() or I misunderstood something completely. To me PSOCK_READTO() is supposed to return if either the supplied character was read or if the user supplied buffer is exhausted - sor far so good.

However if the latter occurs up to now PSOCK_READTO() was continuing to process characters already read from the network (aka present in the uIP buffer) in order to check if the supplied character was found there and adjust the return value accordingly. But this means that the character processed this way were lost forever for the caller as the next call to PSOCK_READTO() would continue to read past the characters processed this way.

Therefore I removed that character processing altogether. So now if the user supplied buffer is exhausted before the supplied character is found the next call to PSOCK_READTO() starts exactly where previous call left off.
2013-02-10 15:41:34 +01:00
Oliver Schmidt 1895d3a959 Fixed severe bug in PSOCK_READTO (?)
Either I found and fixed a severe bug in PSOCK_READTO() or I misunderstood something completely. To me PSOCK_READTO() is supposed to return if either the supplied character was read or if the user supplied buffer is exhausted - sor far so good.

However if the latter occurs up to now PSOCK_READTO() was continuing to process characters already read from the network (aka present in the uIP buffer) in order to check if the supplied character was found there and adjust the return value accordingly. But this means that the character processed this way were lost forever for the caller as the next call to PSOCK_READTO() would continue to read past the characters processed this way.

Therefore I removed that character processing altogether. So now if the user supplied buffer is exhausted before the supplied character is found the next call to PSOCK_READTO() starts exactly where previous call left off.
2013-02-09 22:22:31 +01:00
Oliver Schmidt 19c8f9ffdd Merge pull request #122 from oliverschmidt/master
There's no point in ctk_restore() for standalone GUI builds.
2013-02-09 12:50:37 -08:00
Oliver Schmidt 45c44e23d7 There's no point in ctk_restore() for standalone GUI builds. 2013-02-09 21:49:00 +01:00
Oliver Schmidt c7f986faf5 Merge pull request #121 from oliverschmidt/master
Several minor adjustments.
2013-02-08 17:04:04 -08:00
Oliver Schmidt 21b8be3798 Use plain ASCII chars for lines on Win32 console CTK. 2013-02-09 02:02:46 +01:00
Oliver Schmidt b1eeaf31c9 Fixed Win32 'platform build'. 2013-02-09 02:00:35 +01:00
Oliver Schmidt 9938cb6838 Adjusted names. 2013-02-09 01:58:37 +01:00