1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

11663 Commits

Author SHA1 Message Date
Peter Kietzmann
5c373776b3 Merge pull request #5679 from aabadie/fix_type_bmp180
drivers/bmp180: implementation cleanup
2016-07-27 10:06:46 +02:00
Joseph Noir
2dcce17bca Merge pull request #5682 from LudwigKnuepfer/pr/fix-5680
cpu/native: fix thread_stack_init
2016-07-26 20:39:16 +02:00
Ludwig Knüpfer
05d4b2f8fa cpu/native: fix thread_stack_init
The pointer arithmetic for the calculation of the context storage was off
due to the change of the stack's pointer type from unsigned int to char.
Fix offset calculation by not adjusting for unsigned int width anymore.
2016-07-26 20:07:08 +02:00
Oleg Hahm
eea0dd4e32 Merge pull request #5681 from LudwigKnuepfer/pr/fix-5664
cpu/native: rewrite cpu_print_last_instruction
2016-07-26 20:03:33 +02:00
Ludwig Knüpfer
49e76997a5 core/panic: add missing #ifdef NDEBUG
In case NDEBUG is not defined, `crash_code` is used later on
2016-07-26 19:37:35 +02:00
Ludwig Knüpfer
d639f0b9a3 cpu/native: rewrite cpu_print_last_instruction
circumvent assembly by using a GCC/LLVM builtin
2016-07-26 12:44:43 +02:00
Peter Kietzmann
b5cb68bd66 Merge pull request #5676 from jasonatran/cc2538_debug
cpu/cc2538: fix debug statements
2016-07-26 09:50:39 +02:00
Jason Tran
4136b95930 cpu/cc2538: fix debug statements 2016-07-25 18:35:05 -07:00
Aaron Sowry
66b36397b6 cpu/cc2538: Enable CRC checking of received packets (#5654) 2016-07-25 12:34:44 -04:00
kYc0o
cf3ee67780 Merge pull request #5669 from miri64/gnrc/doc/thesis
gnrc: provide my master thesis in documentation
2016-07-25 17:05:06 +02:00
20cb96f4df drivers: add dependency to xtimer to bmp180 2016-07-25 15:32:09 +02:00
847e6c6494 drivers/bmp180: add a delay before accessing calibration registers 2016-07-25 15:30:39 +02:00
Martine Lenders
d9f759d1fd gnrc: provide my thesis in documentation 2016-07-25 15:11:24 +02:00
d3fb1d9883 drivers/bmp180: implementation cleanup 2016-07-25 11:52:15 +02:00
8518843a40 Merge pull request #5662 from basilfx/feature/si70xx_saul
Adapt Si70xx temperature/humidity sensor for SAUL
2016-07-24 12:10:27 +02:00
Bas Stottelaar
0902ccb2e0 drivers: si70xx: adapt for SAUL 2016-07-22 18:22:13 +02:00
kYc0o
9ba2e5372d Merge pull request #5248 from cgundogan/pr/make/buildrelpath
make: BUILDRELPATH without call to git
2016-07-22 17:05:03 +02:00
kYc0o
e443b90815 Merge pull request #5452 from locicontrols/find-tty
Adjust find-tty.sh to return all matches, then use it in boards/cc2538dk
2016-07-22 16:01:46 +02:00
kYc0o
51a4fee948 Merge pull request #5574 from PeterKietzmann/msp430_gpio_fix
cpu/msp430: initialize gpio as input OR output
2016-07-22 15:55:43 +02:00
kYc0o
571feee49b Merge pull request #5665 from gebart/pr/cortexm-hardfault-corrupt-stack
cortexm: Hard fault: Try to output as much as possible even with corrupt stack
2016-07-22 14:19:13 +02:00
c239ec351a Merge pull request #5666 from aabadie/bmp180_deps
drivers/bmp180: add dependency to periph_i2c
2016-07-22 09:47:28 +02:00
3e0bac7acb Merge pull request #5673 from basilfx/bugfix/application_name
tests: driver_bh1750: fix application name
2016-07-21 10:35:54 +02:00
Bas Stottelaar
d72afd37fd tests: driver_bh1750: fix application name 2016-07-20 23:33:18 +02:00
René Kijewski
6bfe551107 Merge pull request #5671 from kaspar030/allow_pseudopkgs
make: allow "pseudo-packages"
2016-07-20 23:11:43 +02:00
8631544460 Merge pull request #5672 from kaspar030/fix_clist_lpeek
core: clist: clist_lpeek(): add missing return statement
2016-07-20 23:08:20 +02:00
7a3c63fddb core: clist: clist_lpeek(): add missing return statement 2016-07-20 22:25:48 +02:00
b469cedd6d tests: pkg_micro-ecc: fix application name to avoid clash with pkg 2016-07-20 21:16:04 +02:00
1b0d9ef14b make: treat packages like modules when it comes to linking 2016-07-20 19:58:17 +02:00
Joakim Nohlgård
5cd91bc784 cortexm: Hard fault: Try to output as much as possible even with corrupt stack 2016-07-20 13:25:23 +02:00
Lotte Steenbrink
fef429e16b fix typo 2016-07-20 12:20:50 +02:00
144ab431e7 drivers/bmp180: add dependency to periph_i2c 2016-07-20 10:47:05 +02:00
cbd1fa4bc0 Merge pull request #5663 from basilfx/bugfix/doxygen_groups
drivers: l3g4200d: fix saul doxygen group
2016-07-20 09:36:53 +02:00
Bas Stottelaar
bcd73105bd drivers: l3g4200d: fix saul doxygen group 2016-07-19 23:50:04 +02:00
05685d1e21 Merge pull request #5658 from gebart/pr/base64-includefix
base64: Use stddef.h for size_t
2016-07-19 11:57:03 +02:00
Joakim Nohlgård
fb77ddfa8f base64: Use stddef.h for size_t 2016-07-19 10:33:29 +02:00
kYc0o
75c16702e3 Merge pull request #5568 from gebart/haukepetersen-fix_test_printffloat
tests: moved printf_float test to unittests [adopted]
2016-07-19 02:22:54 +02:00
Hauke Petersen
260a8ab7ad tests: removed printf_float test application
this test is covered by the unittests and not longer needed
2016-07-18 23:22:28 +02:00
Hauke Petersen
08a2aed46d unittests: added test for printf with floats 2016-07-18 23:22:28 +02:00
Martine Lenders
e16bbda5f6 Merge pull request #5629 from kaspar030/improve_clist
core: improve clist
2016-07-18 19:36:16 +02:00
66710ef21c Merge pull request #4919 from kaspar030/mbox
core: mbox: initial commit
2016-07-18 17:56:04 +02:00
3a6f95008d core: mbox: introduce thread decoupled message queues 2016-07-18 16:56:41 +02:00
d86c141842 core, tests: adapt to changed clist function names 2016-07-18 16:20:40 +02:00
9bfea9410e cib: add unsafe operations 2016-07-18 16:14:19 +02:00
kYc0o
91410f5259 Merge pull request #5626 from aabadie/default_channel
makefiles: expose a single DEFAULT_CHANNEL variable
2016-07-18 14:26:24 +02:00
6d12a9166a core: clist: API enhancements
- renamed clist_insert() -> clist_rpush()
- renamed clist_remove_head() -> clist_lpop()
- renamed clist_advance() -> clist_lpoprpush()
- added clist_lpush(),
    clist_rpop(),
    clist_remove(),
    clist_find(),
    clist_find_before(),
    clist_lpeek(),
    clist_rpeek()

- improved documentation
2016-07-18 13:18:15 +02:00
ec897a868c core, gnrc_netreg: remove redundant or unneeded clist.h include 2016-07-18 13:17:31 +02:00
Oleg Hahm
1e17eece1f Merge pull request #5642 from lebrush/cib-peek
core/cib: add peek capabilities
2016-07-18 11:45:45 +02:00
Victor Arino
e84e2996f3 core/cib: add unittest for cib_peek 2016-07-18 08:57:44 +02:00
Oleg Hahm
29fd3a1098 Merge pull request #5641 from lebrush/encx24j600-fixes
drivers/encx24j600: minor fixes
2016-07-18 08:38:28 +02:00
Martine Lenders
971697947a Merge pull request #5640 from lebrush/pkt-lwip-fixes
pkt/lwip: minor fixes
2016-07-18 08:30:35 +02:00