This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-10 11:29:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
arm
/
stm32f103
History
Simon Duquennoy
722b3258d1
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
2014-12-01 20:13:09 +01:00
..
clock.c
Missing file
2010-02-05 16:41:23 +00:00
cortexm3_macro.h
Converted CRLF line endings to LF
2011-01-05 17:16:42 +00:00
debug-uart.c
…
debug-uart.h
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
gpio.h
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
Makefile.stm32f103
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
2014-12-01 20:13:09 +01:00
nvic.h
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
rtimer-arch.h
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
2013-11-24 20:20:11 +01:00
sdcard-arch.c
…
startup-STM32F10x.c
…
stm32f10x_conf.h
Synchronizing with my work copy.
2010-02-05 16:23:40 +00:00
stm32f10x_dma.h
Converted CRLF line endings to LF
2011-01-05 17:16:42 +00:00
stm32f10x_map.h
Converted CRLF line endings to LF
2011-01-05 17:16:42 +00:00
stm32f10x_nvic.h
Converted CRLF line endings to LF
2011-01-05 17:16:42 +00:00
stm32f10x_type.h
Converted CRLF line endings to LF
2011-01-05 17:16:42 +00:00
STM32F103CB.ld
…
usb-arch.c
Synchronizing with my work copy.
2010-02-05 16:23:40 +00:00
usb-stm32f103.h
…