Marco Grella
913ef068be
Updated submodule stm32cube-lib
2015-09-01 15:34:34 +02:00
Fabien Castanier
49b24e6f53
Modified the parameter name of clock_wait function
2015-08-05 13:59:08 +02:00
Marco Grella
62c33260bd
Modified structure to use a sub-module for platform APIs
2015-07-31 17:11:27 +02:00
Marco Grella
711dd02a9c
Improve UART IRQ management.
2015-07-29 12:55:30 +02:00
Marco Grella
bb08369b01
Regression tests fixes and Readme update.
2015-07-27 14:08:07 +02:00
Marco Grella
b61152bfa1
I/O libraries
2015-07-24 19:54:05 +02:00
Marco Grella
211d410d86
USE_SUBGHZ_BOARD fix in Makefile.compile-test
2015-07-24 18:19:46 +02:00
Marco Grella
b271a4a3c3
Updated README.md
2015-07-24 17:00:32 +02:00
Marco Grella
ceff03ab2f
Updated README.md
2015-07-24 16:57:34 +02:00
Marco Grella
1116bcca2a
Updated README.md
2015-07-24 16:44:19 +02:00
Marco Grella
86f35536a4
Added new stm32nucleo-spirit1 platform
2015-07-24 16:30:10 +02:00
Marco Grella
d87f6f67e2
Added new stm32nucleo-spirit1 platform
2015-07-24 16:23:13 +02:00
George Oikonomou
512f9984b6
Merge pull request #1170 from bkozak-scanimetrics/cc26xx_autoflush_bad_crc
...
CC26xx autoflush bad crc packets
2015-07-16 20:29:50 +01:00
Oliver Schmidt
01251e94c6
Merge pull request #1171 from oliverschmidt/master
...
Added missing charset abstraction.
2015-07-16 21:03:08 +02:00
Oliver Schmidt
ab6d6498fe
Added missing charset abstraction.
2015-07-16 17:55:26 +02:00
Billy Kozak
99d74e949f
CC26xx autoflush bad crc packets
...
Setting bAutoFlushCrc=1 so that the radio co-processor will
automatically drop packets with bad crc.
2015-07-16 08:58:24 -06:00
Oliver Schmidt
ca50a2c6df
Merge pull request #1157 from oliverschmidt/master
...
Allow fixup to be repeated.
2015-07-09 23:31:00 +02:00
Oliver Schmidt
f348f4feb2
Allow fixup to be repeated.
...
There are scenarios in which it is beneficial to search for an Etherne chip at several i/o locations. To do so the chip initialization is performed at several i/o locations until it succeeds. In order to allow for that operation model the i/o location fixup needs to be repeatable.
Note: This won't work with the RR-Net because the fixup bits overlap with the chip i/o bits.
2015-07-09 22:43:16 +02:00
George Oikonomou
98afdd4d73
Merge pull request #1152 from bkozak-scanimetrics/cc26xx_en_correlator_filt
...
turned on correlator in radio packet filter
2015-07-08 23:17:58 +01:00
Billy Kozak
b7565f3930
turned on correlator in radio packet filter
...
Enabling this option seems to greatly improve transciever performance with
Contikimac. This seems to happen because Contikimac CCAs are much less likely
to detect false positives (thus screwing up the CCA sequence).
2015-07-06 16:28:40 -06:00
Oliver Schmidt
e7aba9b9ee
Merge pull request #1151 from oliverschmidt/master
...
Allow to configure Telnetd idle timeout.
2015-07-06 15:05:16 +02:00
Oliver Schmidt
a30e2e0045
Allow to configure Telnetd idle timeout.
...
The default Telnetd idle timeout of 30 seconds seems somewhat short. Best to have it user-configurable (incl. the option to turn it off with an config value of 0).
2015-07-06 12:25:20 +02:00
Oliver Schmidt
a0be26d9f1
Merge pull request #1150 from oliverschmidt/master
...
Several retrocomputing config changes.
2015-07-06 09:42:55 +02:00
Oliver Schmidt
5d039d9848
Optimized retro webbrowser configs.
...
The change c7b8bac006
optimized memory usage and thus allowed to adjust the retro webbrowser configs for improved web page compatibility.
2015-07-05 16:56:25 +02:00
Oliver Schmidt
a3dba2e25c
Changed Apple II 800kB floppy image type.
...
The .2mg image format contains a header which is missing from our file. So our file is rather a .po image.
I opted to not add the .2mg header as it is only necessary if the metadata it contains differs from the values "guessed" when using the "naked" .po image format. On the other hand there are image file consumers not understanding the .2mg image format.
2015-07-05 14:21:03 +02:00
Nicolas Tsiftes
8b2af09ee1
Merge pull request #1062 from simonduq/travis-rpl-fix-logs
...
Fix log messages of Travis tests in 12-rpl
2015-07-03 15:13:01 +02:00
Simon Duquennoy
3315d3069d
Merge pull request #1108 from phoenix-frozen/generify-ccm-star
...
generalised CCM module into lib
2015-07-01 10:44:41 +02:00
Justin King-Lacroix
30704e5afc
CCM* module now accepts fixed-size 13-byte nonces
...
also adjusted variable naming conventions in CCM* module
to use 'nonce' and 'iv' in line with RFC 3610 terminology
2015-06-29 22:51:00 +02:00
Oliver Schmidt
00f9eebfab
Changed Telnet server configuration for the Apple II.
...
Having the Telnet server reboot on exit (via ctrl-reset) allows to bring back the full MTU.
2015-06-28 22:25:28 +02:00
Oliver Schmidt
2827b2d800
Rearrange Apple II language card usage.
...
The code of etimer.o has become to large to fit into $D000-$D400. So other object file have been chosen.
2015-06-28 22:12:44 +02:00
Antonio Lignan
8cc0a12a9f
Merge pull request #1097 from bthebaudeau/cc2538-examples-fix-warnings
...
cc2538: examples: Fix build warnings
2015-06-24 11:39:24 +02:00
Nicolas Tsiftes
39faf07aa3
Merge pull request #1126 from cetic/pr-fix-uip-debug-print
...
Change all printf into PRINTA in uip-debug.c and remove compilation warnings
2015-06-23 16:32:07 +02:00
Oliver Schmidt
08be27b602
Merge pull request #1139 from oliverschmidt/master
...
Several minor retrocomputing configuration changes.
2015-06-22 07:59:25 +02:00
Oliver Schmidt
a70fbf1bbf
Reconfigured Telnet server.
...
In order to have the wget command make some sense the write command should be present too.
- On the Apple][ reduction of the MTU seems to gain just enough RAM to have the (rather heavy-weight) full-blown C library file I/O working.
- On the C128 there's way too little RAM so there's no wget command but only the file commands.
- On the CBMs a dummy lseek() was necessary to have the read command link.
2015-06-21 21:07:41 +02:00
Oliver Schmidt
fc9d38caba
Reduced default for number of connections.
...
Save some memory by reducing the the default for number of connections from 10 to 2.
2015-06-21 20:58:51 +02:00
Oliver Schmidt
ac3b8b0955
Merge pull request #1138 from oliverschmidt/master
...
Fix DHCP client retries.
2015-06-21 17:42:49 +02:00
Oliver Schmidt
8c346dd762
Removed (dysfunctional) dependency generation from cc65 .co file rule.
...
The default gcc .co file rule doesn't support dependency generation too.
2015-06-21 16:39:12 +02:00
Oliver Schmidt
73bb50078f
Merge pull request #1137 from oliverschmidt/master
...
Minor Win32 config adjustment.
2015-06-21 14:28:08 +02:00
Oliver Schmidt
b8bece508a
Fix DHCP client retries.
...
In order to have DHCP retries actually work dhcpc_appcall() must be called for PROCESS_EVENT_TIMER too.
2015-06-21 14:25:52 +02:00
George Oikonomou
b4bd58b2f4
Merge pull request #1135 from bthebaudeau/doxygen-fix-some-warnings
...
doxygen: Fix some warnings
2015-06-21 13:17:47 +01:00
Oliver Schmidt
55e568e7cb
Minor Win32 config adjustment.
2015-06-21 14:15:41 +02:00
Benoît Thébaudeau
67120676d4
Merge pull request #1 from g-oikonomou/contrib/fix-stm-doxy-warnings
...
Remove doxygen explicit links to non-existing symbols
2015-06-20 17:24:34 +02:00
George Oikonomou
b4ec0c7c1d
Remove doxygen explicit links to non-existing symbols
...
Parts of the stm32w108 doxygen comments have explicit links to symbols that do not exist anywhere in our source base, let alone be documented. This is likely to be caused by a partial import of manufacturer libraries in the Contiki source tree.
These links were previously not generating warnings in the doxygen log because we were not defining `DOXYGEN_SHOULD_SKIP_THIS` and they were thus being skipped altogether by the doxygen pre-processor. Defining `DOXYGEN_SHOULD_SKIP_THIS` causes those doxygen comments to get processed and to thus generate warnings.
This commit removes explicit links to non-existent symbols and updates `doxyerrors.cnt` accordingly.
2015-06-20 16:10:25 +01:00
Benoît Thébaudeau
2eef189a0a
doxygen: Fix some warnings
...
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2015-06-20 03:22:31 +02:00
Benoît Thébaudeau
0b1a0d2bd9
Merge pull request #1092 from g-oikonomou/contrib/remote_watchdog_stop
...
Remove CC2530 and CC2538 dummy watchdog_stop()
2015-06-18 21:56:13 +02:00
Laurent Deru
c73cd66a92
Change all printf into PRINTA in uip-debug.c; remove compilation warning and move addr check after local variables definition in uip_debug_ipaddr_print
2015-06-18 15:14:46 +02:00
Nicolas Tsiftes
d36e8adbdd
Merge pull request #1123 from cetic/pr-fix-uip-debug-lladdr-print
...
Check pointer in uip_debug_lladdr_print
2015-06-18 14:19:37 +02:00
Laurent Deru
60784b40bd
Check pointer in uip_debug_lladdr_print
2015-06-18 10:56:45 +02:00
Laurent Deru
49700c6a79
Merge pull request #1118 from phoenix-frozen/aes128-const-key
...
made AES-128.set_key's argument const
2015-06-16 10:30:35 +02:00
Justin King-Lacroix
db15647c2b
made AES-128.set_key's argument const
2015-06-15 20:20:07 +01:00