- Oct 19, 2013
-
-
Christian Taedcke authored
-
- Oct 10, 2013
-
-
Nicolas Tsiftes authored
Fixed printout that used deprectated rpl_parent_t structure
-
- Oct 08, 2013
-
-
Oliver Schmidt authored
Reverted commit below as the cc65 bug in question is fixed.
-
Oliver Schmidt authored
Rearranged some expressions to avoid triggering a cc65 bug. (reverse-merged from commit 7134da09)
-
Simon Duquennoy authored
-
- Oct 07, 2013
-
-
Adam Dunkels authored
MRHOF fixes
-
- Oct 06, 2013
-
-
Oliver Schmidt authored
Final adjustments for the switch from 'atari' to 'atarixl'.
-
Oliver Schmidt authored
-
- Oct 05, 2013
-
-
Oliver Schmidt authored
Finetuned Atari XL memory layout.
-
Oliver Schmidt authored
The Telent server includes both uIP logging and uIP client functionality. Therefore uip.o is somewhat larger.
-
Oliver Schmidt authored
Rearranged some expressions to avoid triggering a cc65 bug.
-
Oliver Schmidt authored
-
- Oct 04, 2013
-
-
Nicolas Tsiftes authored
Code Style: Add uncrustify config and helper scripts
-
George Oikonomou authored
-
George Oikonomou authored
-
George Oikonomou authored
-
- Oct 03, 2013
-
-
Oliver Schmidt authored
Added missing 'atarixl' Makefile defines.
-
Oliver Schmidt authored
-
Oliver Schmidt authored
Adjustments for the switch from 'atari' to 'atarixl'.
-
Oliver Schmidt authored
-
Oliver Schmidt authored
Some beautification for the Contiki online configurator.
-
Oliver Schmidt authored
-
Oliver Schmidt authored
Removed support for 'atari' now that 'atarixl' is part of the cc65 master.
-
Oliver Schmidt authored
-
Oliver Schmidt authored
Adjusted Makefile to the final 'atarixl' cc65 target.
-
Oliver Schmidt authored
- Assign source files to the splitted shadow RAM areas. - Switched to dynamic Ethernet driver loading.
-
Oliver Schmidt authored
Saved another byte ;-)
-
Oliver Schmidt authored
-
- Sep 30, 2013
-
-
Nicolas Tsiftes authored
Add a method to stop running trickle timers
-
George Oikonomou authored
-
- Sep 28, 2013
-
-
George Oikonomou authored
Added SPI driver for CC2538
-
- Sep 27, 2013
-
-
Brad Campbell authored
This uses the core/dev/spi.h header and implements the spi_init() function and the various macros for SPI operation. ssi.h contains all of the register locations and information. This implementation is not very versatile, mostly because I don't how to make it flexible in the contiki system. It supports pin muxing for the four spi pins, but other than that picks sensible defaults. The SPI macros (like SPI_READ()) are defined in cpu/cc2538/spi-arch.h. In order to use the SPI driver, add the following includes to your project: #include "spi-arch.h #include "dev/spi.h"
-
Adam Dunkels authored
Small fixes to networking files
-
- Sep 23, 2013
-
-
Nicolas Tsiftes authored
Cleaned up various fragments and fixed a compilation error that occured when switching metric container. Fixed a wrapping problem in the ETX EWMA calculation. Corrected the multiplier of the link metric, and simplified the configuration so that the user does not need to specify the multiplier.
-
- Sep 16, 2013
-
-
George Oikonomou authored
-
George Oikonomou authored
-
- Sep 14, 2013
-
-
Adam Dunkels authored
Fixed fail to build from source due to a bad &nbr->lladdr
-
- Sep 13, 2013
-
-
George Oikonomou authored
Typo and file mode fix for Trickle library, typo fix in uipopt.h
-
- Sep 12, 2013
-
-
Oliver Schmidt authored
Optimized 6502 Ethernet drivers.
-
Oliver Schmidt authored
- Speed: The primary byte copy loops are reduzed to the bare minimum by adjusting the base pointer 'ptr' and loop register 'y' in such a way that the 'y' overflow matches the low byte of the loop size. - Introduced a loop for setting the MAC address. Additional minor fix: - Properly start self modification with first location.
-