Logo
Explore Mirrors Help
Sign In
Apple-2-SW/contiki
1
0
Fork 0
You've already forked contiki
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-08-11 15:25:23 +00:00
Code Issues Projects Releases Wiki Activity
Files
76e03317c7c0522fc0435b879a9b2dcc049c642d
contiki/cpu
History
oliverschmidt f822ac9797 Added clock_seconds() implementation.
2008-07-12 14:44:37 +00:00
..
6502
Added clock_seconds() implementation.
2008-07-12 14:44:37 +00:00
at91sam7s
Removed warnings
2007-11-18 12:18:59 +00:00
avr
Removed (now obsolete) PROCESS_LOADABLE.
2008-02-07 19:56:56 +00:00
msp430
Added a clock_seconds() function prototype to core/sys/clock.h, that returns seconds in 32 bit format. On platforms like the MSP430, which has a 16 bit native datatype, this cannot be implemented with an interrupt tick that increments a 32 bit value because access is not atomic. Instead, the MSP430 code increments 16 bit seconds value and converts this into a 32 bit value through an offset calculation. If the new value is smaller than the last check, the offset is incremented by 65536. This change also means that CLOCK_CONF_SECOND must be a power of two because a modulo operation is used inside the periodic tick interrupt handler.
2008-07-07 23:38:09 +00:00
native
removed unnecessary inclusion
2008-07-04 03:03:41 +00:00
x86
Improved map file naming consistency.
2007-05-19 21:46:43 +00:00
z80
CC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const.
2008-07-02 15:02:33 +00:00
Powered by Gitea Version: 1.24.4 Page: 848ms Template: 94ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API