Ludwig Ortmann
49228c8353
fix signal handler, ringbuffer for native FreeBSD
2013-06-03 13:23:57 +02:00
Ludwig Ortmann
4f0e4dec90
fix ucontext.h include for OSX, FreeBSD
2013-06-03 13:10:42 +02:00
Martin
d0ea87524c
fixed missing include
2013-06-01 08:28:47 -07:00
Ludwig Ortmann
42f897fc4a
use NSIG macro from signal.h for number of signals
2013-05-21 10:53:59 +02:00
Ludwig Ortmann
8f377cd9f5
Merge remote-tracking branch 'upstream/master'
2013-05-17 11:10:48 +02:00
Oleg Hahm
f1044c5ccd
Merge branch 'master' of github.com:RIOT-OS/RIOT
2013-05-16 17:12:01 +02:00
Oleg Hahm
cdad71d6e3
* fixed a bug in sbrk() by changing the counter variable from local to global
2013-05-16 17:10:14 +02:00
Ludwig Ortmann
35f9062e37
inital OSX support for native port
2013-05-15 17:45:43 +02:00
Oliver Hahm
2c6b406d2d
* renamed msp430_common module name
2013-05-15 15:54:21 +02:00
Ludwig Ortmann
7bf9fa0314
increase MINIMUM_STACK_SIZE to allow for DEBUG
2013-05-15 10:46:09 +02:00
Ludwig Ortmann
b36ddd7fd7
Merge remote-tracking branch 'upstream/master'
2013-05-15 10:18:08 +02:00
Ludwig Ortmann
c6553f6492
interrupt handling rewrite
...
(including uart0 integration, rt-extension removal)
2013-05-14 18:31:47 +02:00
Thomas Eichinger
ee6d1e1604
implemented hwtimer_arch_(enable|disable)_interrupt() and added ITC definitions
2013-04-25 14:56:32 +02:00
Thomas Eichinger
cc49d42f99
added implementations for hwtimer_arch_unset() and hwtimer_arch_now()
2013-04-25 13:38:55 +02:00
Thomas Eichinger
abc80ba5e4
added implementation of htimer_arch_set_absolute()
2013-04-25 13:32:50 +02:00
Thomas Eichinger
64cbb25d3e
* changed httimer_arch_init() to init all 4 timers and added implementation for hwtimer_arch_set
2013-04-25 13:30:09 +02:00
Thomas Eichinger
3dba62afa6
Merge branch 'mc1322x' of github.com:RIOT-OS/RIOT into mc1322x
2013-04-22 09:56:07 +02:00
Oliver Hahm
33ff3c3e60
* added accidentally deleted author line
2013-04-17 12:12:45 +02:00
Ludwig Ortmann
2d29a26b64
fix stack and interrupt bugs
2013-04-15 20:08:46 +02:00
Oliver Hahm
3e5f91e728
* add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387
2013-04-15 14:45:39 +02:00
Oliver Hahm
c39fd9d8dc
* minor changes
2013-04-09 23:30:52 +02:00
Oliver Hahm
b0a3ae5382
Merge branch 'master' into mc1322x
2013-04-09 23:29:25 +02:00
Ludwig Ortmann
f669f9a05b
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
Makefile.dep
2013-04-08 17:43:39 +02:00
Ludwig Ortmann
2f74d35709
removed posix real-time extension timers from cpu
2013-04-03 18:53:19 +02:00
Oliver Hahm
0add4cad21
* mc1322x specifics syscalls
2013-04-02 02:07:41 +02:00
Oliver Hahm
24300304f3
* added startup code for mc1322x
2013-04-02 02:07:13 +02:00
Oliver Hahm
ce294b4249
* changed to struct based register access for mc1322x
2013-04-02 02:06:24 +02:00
Oliver Hahm
9556ca3e7c
* split up syscalls in arm and lpc specific code
2013-04-02 02:04:19 +02:00
Oliver Hahm
2177b130d7
* added header and preliminary hwtimer code for mc1322x
...
* renamed start to startup
2013-04-01 02:11:43 +02:00
Oliver Hahm
5ae8c46c88
* moved profiling code to lpc specific part and added includes to cpu Makefile
2013-04-01 02:10:26 +02:00
Oliver Hahm
cc68d7caa6
* assuming size_t to be always unsigned
2013-04-01 00:46:17 +02:00
Oliver Hahm
efd73d735b
* initial not yet compiling(!) support for mc1322x
2013-04-01 00:18:52 +02:00
Oliver Hahm
f13ef5f500
* restructured cpu folder to distinguish between arm and lpc common files
2013-04-01 00:18:07 +02:00
Oliver Hahm
a918a9ddde
* removed include of signal.h
2013-04-01 00:13:19 +02:00
Oleg
1ee0196ef4
Merge pull request #33 from mikoff/master
...
updated Chronos support
2013-03-31 13:08:14 -07:00
Oliver Hahm
ad0b7a852d
* convert to coding conventions
2013-03-31 20:48:49 +02:00
mikoff
4f638eb887
All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed
2013-03-30 21:44:16 +01:00
Oliver Hahm
e6177e811a
* moved cpu and board specific parts to corresponding Makefiles
...
* introduced variable for cpu folder
2013-03-23 18:38:12 +01:00
Ludwig Ortmann
671cb6560f
native cc110x_ng placebo
2013-03-21 17:08:41 +01:00
Ludwig Ortmann
1197314093
native cpu fixes
...
init hwtimer with interrupts enabled
more error checking for hwtimer
fix signal handler init in hwtimer
error checking for irq (not necessary yet afaik)
2013-03-21 16:55:57 +01:00
Benjamin Valentin
15d6070ad6
fix bug introduced by 7cef6c4655
...
stack_start used to be stack_start + stack_size, so re-setting stk to stack_start would set the pointer to the *end* of the stack instead of the beginning.
2013-03-19 16:57:32 +01:00
Oleg
ec11e9b1f3
Merge pull request #26 from LudwigOrtmann/master
...
added and improved doxygen documentation
2013-03-13 21:07:51 -07:00
Ludwig Ortmann
1a628ee810
remove unused define
2013-03-13 22:01:04 +01:00
Ludwig Ortmann
f8f9557b0b
fix error message
2013-03-13 22:00:41 +01:00
Ludwig Ortmann
175300e58c
add native cpu doxygen documentation,
...
also fix and improve some of the existing
2013-03-13 21:56:56 +01:00
Oliver Hahm
7cef6c4655
* adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f
2013-03-13 16:49:23 +01:00
Ludwig Ortmann
8019551694
renamed makefiles within Makefiles
2013-03-12 16:03:37 +01:00
Ludwig Ortmann
3ec4800ae8
renamed makefiles
2013-03-12 15:44:12 +01:00
Ludwig Ortmann
f8973bb007
Merge remote-tracking branch 'upstream/master'
2013-03-12 15:23:24 +01:00
Oliver Hahm
0d06e1bc18
Merge branch 'master' of github.com:RIOT-OS/RIOT
2013-03-10 16:46:46 +01:00
Oliver Hahm
7a4dec1830
* replaced new Makefile name in Makefiles
2013-03-09 23:47:21 +01:00
Oliver Hahm
5ffe5a9c27
* renamed makefiles to Makefile
2013-03-09 23:45:56 +01:00
Oleg Hahm
2ed63bd5c6
* removed outdated (and probably confusing) FeuerWhere project as an author
2013-03-08 11:30:23 +01:00
Oleg Hahm
2277b366b2
* removed outdated occurrences of (u|µ)kleos and FeuerWare
2013-03-07 20:51:26 +01:00
Oleg Hahm
02897cbd1d
* removed unnecessary includes from msp430-common files
2013-03-07 19:23:51 +01:00
Ludwig Ortmann
144ebba9ca
fix some compiler warnings
2013-03-07 13:53:14 +01:00
Ludwig Ortmann
795ab695c0
copyright preambel
2013-03-06 10:29:49 +01:00
Ludwig Ortmann
d65536f77b
native cpu initial import
2013-03-06 01:08:15 +01:00
Oleg Hahm
d31ee82518
* removed legacy projects folder and Jamfiles
2013-02-27 19:08:16 +01:00
Oliver Hahm
82f2e3d4e0
* added missing makefiles for msb430h
...
* updated some makefiles and fixed includes for msb430h
2013-02-11 22:10:03 +01:00
Oleg Hahm
5df0bd0cc4
* updated and integrated makefiles
...
* added some auto dependencies
2013-02-08 17:37:02 +01:00
Oleg Hahm
3791039974
* integrated makefiles
...
* fixed some prototypes
* restructured sys
2013-02-06 13:20:21 +01:00
Oliver Hahm
55bb484b22
[cpu arm_common]
...
* added usb ram as heap3
* some feuerware merge adaptation
[projects test_suite]
* fixed some test scripts
2012-11-08 11:37:29 -05:00
Oliver Hahm
e49a17f4f7
Merge branch 'feuerware-integration'
2012-11-07 15:25:25 -05:00
Oliver Hahm
92281753ad
Merge branch 'stable'
...
Conflicts:
core/sched.c
sys/auto_init.c
2012-11-05 19:15:57 -05:00
Oliver Hahm
4433b5cf5b
[cpu cc430 gpioint]
...
* some improvements to the debouncing
2012-11-05 18:43:03 -05:00
Oliver Hahm
a20088f6e8
[core sched]
...
* fixed thread_getlastpid()
* enable interrupts again in thread_sleep() to avoid getting stuck w/
disabled interrupts
[cpu lpc2387]
* added hwtimer as dependency for MCI driver
[project test_*]
* fixed some expect scripts
2012-11-01 13:18:17 +01:00
Oliver Hahm
918a31cf8c
[core hwtimer] [cpu arm]
...
* adapted core and arm cpu
2012-03-08 18:58:39 +01:00
Oliver Hahm
b051659d71
[drivers adc]
...
* added lpc2387 adc driver and generic interface
2012-02-16 22:14:47 +01:00
Oliver Hahm
09721a2230
[cpu arm_common hwtimer]
...
* declared inline function as static as linker cannot find it otherwise
2012-01-07 18:47:00 +01:00
Oliver Hahm
2af5835d21
[cpu arm_common + tools toolchains]
...
* updated newlib and gcc
* removed unnecessary compiler flags for soft-float and VFP
[cpu lpc2387]
* fixed broken Jamfile
2012-01-04 17:46:28 +01:00
Oliver Hahm
c3d24e2057
core/
2011-12-28 11:37:05 +01:00
Oliver Hahm
a6257e5236
[cpu arm_common profiling]
...
* some fixes and more documentation
2011-12-28 11:18:11 +01:00
Oliver Hahm
7b1b145b4f
[cpu lpc2387]
...
* added mci driver
[sys shell]
* added commands for memory card access
2011-12-12 17:50:22 +01:00
Oliver Hahm
1213b0a4fe
* changed file endings from dos to unix
...
* assigned ctors and dtors sections to ram region
2011-08-31 10:49:26 +02:00
Oliver Hahm
f75b18fb29
* merged from stable
2011-08-30 17:42:05 +02:00
Oliver Hahm
ecec50e905
[cpu lpc3487]
...
* removed unnecessary from linkerscript
2011-06-27 09:41:56 +02:00
Oliver Hahm
15d27d8244
* Wiselib update for the linekrscript
...
* some minor changes in vtimer
2011-06-24 18:54:20 +02:00
Oliver Hahm
96206b10a1
Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
2011-03-25 11:42:33 +01:00
Oliver Hahm
bc23a41a30
* some changes to chronos (not yet finished)
2011-03-18 15:59:50 +01:00
Stephan Zeisberg
5abef6daf2
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
2011-03-08 11:43:21 +01:00
Stephan Zeisberg
6a96de0d2f
changed msg to msg_t
2011-03-08 10:54:40 +01:00
Oliver Hahm
d96783a66e
[cpu/arm_common/profiling]
...
* fixed get_index function
2011-01-31 18:36:06 +01:00
Oliver Hahm
4533726214
* introduced energy profiling (yet in a very early state)
2011-01-31 18:25:20 +01:00
Oliver Hahm
be71c14f04
[cpu/cc430]
...
* added adc driver for cc430
2010-12-17 13:20:29 +01:00
9e58c8bcb7
*watch: chronos watch application initial checkin
2010-12-16 18:21:24 +01:00
Oliver Hahm
b416fef56b
[cpu/cc430]
...
* fixed debouncing for gpioint
2010-12-16 18:09:40 +01:00
Oliver Hahm
08295b04ca
[cpu/cc430]
...
* fixed some bugs in gpioint
2010-12-16 17:11:23 +01:00
Oliver Hahm
d499b5d2c8
[cpu/cc430/ drivers/gpioint]
...
* refactored port interrupt handling
2010-12-15 15:48:50 +01:00
Oliver Hahm
33b68f3744
* moved flashrom from msp430-common to msb430x16x
2010-12-14 16:44:32 +01:00
Oliver Hahm
13767043e7
[cpu/cc430/gpioint]
...
* introduced gpioint to make buttons usable
2010-12-14 00:24:42 +01:00
Oliver Hahm
ddcbd10a03
[RTC]
...
* added a general RTC header
* added RTC support to chronos
2010-12-13 01:29:46 +01:00
Oliver Hahm
ec6a794143
[cc110x_ng]
...
* fuxed transceiver driver for chronos
* some more stuff
2010-12-10 18:00:31 +01:00
Oliver Hahm
830f17246c
[Chronos]
...
* changed display driver interface from uint8_t* to char*
* fixed hardware timer interrupt
* ported cc1100 driver
* added simple test application for radio
[msb430]
* fixex config and flashrom
[cc110x_ng]
* removed dependency from sysconfig
2010-12-09 13:24:24 +01:00
Oliver Hahm
c750108ca5
[cpu/cc430 cpu/msp430-common]
...
* fixed timera1 irq
2010-12-08 18:18:06 +01:00
Oliver Hahm
8304a8ae7b
[board/msb-430-common board/eZ430-Chronos cpu/msp430*]
...
* reorganized msp430 based cpu folders
2010-12-08 12:16:49 +01:00
b9a52bd231
* msba2 bootloader code fix
2010-12-06 16:12:58 +01:00
Oliver Hahm
e7372b21a9
[board config]
...
* made config optional
2010-12-06 13:19:31 +01:00
Oliver Hahm
1eec8e170e
* introduced flashrom driver for msb430
...
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
2010-12-03 22:22:58 +01:00
Oliver Hahm
fb1cb91c75
[board/msp-430-common board/msba2 core/]
...
* introduced dummy function for msp-430 config-save
* moved sysconfig from board to core
[sys/transceiver cpu/]
* moved some buffer size defines to cpu dependent parts
* some cleanups
2010-12-03 18:42:03 +01:00
Oliver Hahm
4a2c58bbba
[drivers/cc110x_ng sys/transceiver]
...
* updated interface to switch transceiver off and back to rx mode
* removed some debugging stuff
2010-12-02 15:38:28 +01:00
Oliver Hahm
a46cdf189a
* introduced identifiers (include shell commands to get and set)
...
* introduced a system wide configuration
2010-12-01 16:26:48 +01:00
Oliver Hahm
5ebbd2c92e
[cpu/arm_common cpu/lpc2387]
...
* added a iap driver
2010-11-29 19:19:59 +01:00
Oliver Hahm
14e2a4718f
* changed rtc interface
2010-11-17 17:20:40 +01:00
Oliver Hahm
3b9e9befa9
* some cosmetics and lpm flags for UART
2010-11-08 21:39:30 +01:00
Oleg
88c0ec84ee
* added set offset shell command for sht11
...
* introduced command separator for pyterm
* some cosmetics
2010-11-07 23:18:41 +01:00
Oliver Hahm
3b218ec24a
* changed API for rtc
...
* added drivers directory to doxygen file
* added missing include to sht11 header
* added rtc and sht11 support to default project
* added rtc to auto_init
* added rtc and sht11 support to shell
2010-11-04 18:16:39 +01:00
Oliver Hahm
88d3421ee7
* missing part of last commit
2010-11-01 17:38:23 +01:00
Oliver Hahm
fb4069078b
* removed old reference to clock module from rtc
...
* added documentation for sht11 and swtimer
2010-10-28 15:28:34 +02:00
1e238e4131
* massive name changes
2010-10-28 11:29:03 +02:00
57dc520af9
* change default lpc2387 stacksize to 4500 bytes
2010-10-25 15:31:02 +02:00
57c9d3423f
* fix kernel name
2010-10-11 17:32:58 +02:00
a076a765b3
* oneway_malloc: added realloc
2010-09-30 16:07:00 +02:00
9e930037f8
* export hwtimer function to set counter register value
2010-09-24 16:27:10 +02:00
91ae1eb6fd
* import from old firekernel repository
2010-09-22 15:10:42 +02:00