Commit Graph

105 Commits (0f2fa7883cf75bec70d3ade0ec8d3e00b8151a7c)

Author SHA1 Message Date
Oleg Hahm ef5ec344fd core: prefix API functions correctly
Also changed names for bitarithm functions and rename thread_pid to sched_active_pid.
10 years ago
René Kijewski 2793426c89 msp430: Fix variable usage in cc430-rtc.c
Closes #967.
10 years ago
René Kijewski 300d6b3e35 Make: exterminate 'clean' buildtarget
Closes #993.

We do not need to descend into the modules to know what to do on
`make clean BOARD=blub`. We can just invoke `rm -rf bin/blub`.

This PR only keeps the descending into the USEPKGs, since they might
want to delete cached/downloaded/extracted data.
10 years ago
Kévin Roussel b6fbe33539 Handle race conditions preventing timers to be set correctly on MSP430 MCUs
when the counter is incrementing and/or overflowing
10 years ago
Ludwig Ortmann 91814e52ae make: replace MAKEBASE with RIOTBASE
closes https://github.com/RIOT-OS/RIOT/issues/959
10 years ago
Oleg Hahm c8bf4efbb4 msp430: cc430: handle hwtimer interrupts correctly
TAIFG should count the overflows, instead of using the first CCR for this purpose.
Without this commit ARCH_MAXTIMERS returns the wrong number as
effectively one timer less can be used.

Additional fixed comment style and added timer debug.
10 years ago
Hauke Petersen 8a937e1a1c hwtimer: clean up of interfaces to board/cpu 10 years ago
Ludwig Ortmann 9b61d95545 make: don't ignore failures in for loops
Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
10 years ago
Ludwig Ortmann 2525920426 remove trailing whitespace and newlines 10 years ago
Oleg Hahm 70747d8bb4 streamlined driver include pathes 10 years ago
Oleg Hahm d9c31a01e5 addressed comments from @mehlis 10 years ago
Oleg Hahm 4bc6dfbf69 added license headers and doxygen file information
plus replaced tabs with spaces
10 years ago
Oleg Hahm 02612ff0ca further Makefile cleanup 10 years ago
Oleg Hahm c7d985d371 removed redundant include pathes from Makefiles 10 years ago
Oleg Hahm 26c50522d5 simplified and unified cpu build structure 10 years ago
Oleg Hahm 903ec54a43 making include directives consistent 10 years ago
Kévin Roussel c1f8106138 Quoted (instead of brackets) the custom header files #includes 10 years ago
Kévin Roussel c6e43adb62 Removed 'flashrom.c' from the 'msp430-common' directory
since flash management differs with the MSP430 family
10 years ago
Kévin Roussel 63d78a231c Made the headers of files in 'cpu/msp430x16x' and 'cpu/cc430' generic 10 years ago
Hauke Petersen edcabf7cb6 Fixed a lot of comments by removing tabs and correcting format. 10 years ago
Hauke Petersen 3785fe956b Fixed doxygen comments, focused on file headers and group definitions 10 years ago
Ludwig Ortmann 926c1d3da0 GNU Lesser General Public License -> LGPLv2 10 years ago
Ludwig Ortmann d6c213fb47 fix grammar in license header 10 years ago
Ludwig Ortmann 3b2b02e99a enable building chronos board 10 years ago
Ludwig Ortmann f7a1edeb2c fix and clean up some board Makefiles
enables building wsn430-v1_3b and wsn430-v1_4
fixes some but not all chronos building issues
10 years ago
Oleg Hahm cc45909ffc Merge pull request #236 from OlegHahm/telosb
Telosb
10 years ago
Oleg Hahm 46deefe0f8 make Makefiles proof for spaces in $PATH 10 years ago
Kévin Roussel 49c8c419bf Updated the MSP430 hwtimer implementation, to cope with the lack of consistency
of of TI with the TimerX register names.
10 years ago
Oleg Hahm 599e266b55 Revert "removed redefined ENABLE_DEBUG"
This reverts commit 69c526f44d.

Instead of removing ENABLE_DEBUG, define it as zero and replacing the
ifdef preprocessor commands by a simple #if
10 years ago
Oliver Hahm c8bee9e554 fixed coding style (space after most keywords) 10 years ago
Oliver Hahm 5d70656343 fixed coding conventions (mostly by astyle) 10 years ago
Oliver Hahm 0d6d8390c0 * updated copyright and license headers in various files 10 years ago
mikoff 4f638eb887 All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed 11 years ago
Ludwig Ortmann 175300e58c add native cpu doxygen documentation,
also fix and improve some of the existing
11 years ago
Oliver Hahm 0d06e1bc18 Merge branch 'master' of github.com:RIOT-OS/RIOT 11 years ago
Oliver Hahm 7a4dec1830 * replaced new Makefile name in Makefiles 11 years ago
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 11 years ago
Oleg Hahm 2277b366b2 * removed outdated occurrences of (u|µ)kleos and FeuerWare 11 years ago
Oleg Hahm d31ee82518 * removed legacy projects folder and Jamfiles 11 years ago
Oleg Hahm 5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
11 years ago
Oleg Hahm 3791039974 * integrated makefiles
* fixed some prototypes
* restructured sys
11 years ago
Oliver Hahm 4433b5cf5b [cpu cc430 gpioint]
* some improvements to the debouncing
11 years ago
Oliver Hahm 96206b10a1 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 13 years ago
Oliver Hahm bc23a41a30 * some changes to chronos (not yet finished) 13 years ago
Stephan Zeisberg 6a96de0d2f changed msg to msg_t 13 years ago
Oliver Hahm be71c14f04 [cpu/cc430]
* added adc driver for cc430
13 years ago
Kaspar Schleiser 9e58c8bcb7 *watch: chronos watch application initial checkin 13 years ago
Oliver Hahm b416fef56b [cpu/cc430]
* fixed debouncing for gpioint
13 years ago
Oliver Hahm 08295b04ca [cpu/cc430]
* fixed some bugs in gpioint
13 years ago
Oliver Hahm d499b5d2c8 [cpu/cc430/ drivers/gpioint]
* refactored port interrupt handling
13 years ago
Oliver Hahm 13767043e7 [cpu/cc430/gpioint]
* introduced gpioint to make buttons usable
13 years ago
Oliver Hahm ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
13 years ago
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
13 years ago
Oliver Hahm c750108ca5 [cpu/cc430 cpu/msp430-common]
* fixed timera1 irq
13 years ago
Oliver Hahm 8304a8ae7b [board/msb-430-common board/eZ430-Chronos cpu/msp430*]
* reorganized msp430 based cpu folders
13 years ago