Commit Graph

12107 Commits (057274b1fb6dc10633096a7f60403edfaf22ee59)
 

Author SHA1 Message Date
Kaspar Schleiser 057274b1fb Merge pull request #5877 from miri64/core/doc/assert-addr2line
core: add documentation on how to get line of failed assert()
7 years ago
Peter Kietzmann ed67143a2a Merge pull request #5886 from haukepetersen/opt_msp_spi
cpu/msp430fxyz: improved SPI driver speed
7 years ago
Hauke Petersen 470fe20a40 cpu/msp430fxyz: added bifields for SPI STAT reg 7 years ago
Hauke Petersen 6cd8d98f1d cpu/msp430fxyz: improved SPI driver speed 7 years ago
Hauke Petersen 08610ee84f drivers/periph_common: added spi_transfer_byte() 7 years ago
Alexandre Abadie 3b30d510bf Merge pull request #5923 from miri64/sock/api/add-missing-func+doc
sock_tcp: Add missing function and doc
7 years ago
Martine Lenders 6e2f1c566b sock_tcp: Add missing function and doc 7 years ago
Peter Kietzmann 466890422f Merge pull request #2309 from LudwigKnuepfer/samd21_lpm
cpu/samd21: implement low power modes
7 years ago
Hauke Petersen c9788838fd Merge pull request #5917 from PeterKietzmann/telosb_add_cc2420
boards/telosb: add cc2420 configuration
7 years ago
Lotte Steenbrink 4db9b359b9 Merge pull request #5952 from Lotterleben/thread_tut
thread.h: rearrange docs, add small tutorial
7 years ago
Lotte Steenbrink 8bd0bd17f3 thread.h: rearrange docs, add small tutorial 7 years ago
Ludwig Ortmann cabb20036f cpu/samd21: implement low power modes 7 years ago
Martine Lenders 9c9e2568d9 Merge pull request #5920 from Lotterleben/doc_net
gnrc.h: extend documentation
7 years ago
Sebastian Meiling f42811e7f5 Merge pull request #5947 from Lotterleben/fix_starter_link
doc: update getting started link in README.md
7 years ago
Martine Lenders d1111dcafa Merge pull request #5918 from PeterKietzmann/fix_msp430f1_spi_clk
cpu/msp430: fix spi clk config for msp430f1xxx
7 years ago
PeterKietzmann 17b322494d cpu/msp430: remove non-effective code for msp430f2xxx 7 years ago
PeterKietzmann d4ee66cfb7 cpu/msp430: fix spi clk config for msp430f1xxx 7 years ago
Joakim Nohlgård 11c11a5ecf Merge pull request #5727 from kaspar030/fix_panic_compile
cpu: cortexm_common: fix compile warning
7 years ago
Joakim Nohlgård bee918b361 Merge pull request #5821 from makomi/tunslip
dist/tools/tunslip: fix cppcheck warnings
7 years ago
Cenk Gündoğan d79cd42f15 Merge pull request #5940 from PeterKietzmann/add_packer_doc
doc/packer: add initial README
7 years ago
PeterKietzmann c742f07989 doc/packer: add initial README 7 years ago
Peter Kietzmann b15115cb10 Merge pull request #5828 from cgundogan/pr/packer
packer: initial packer configuration to build virtualbox/vagrant boxes
7 years ago
Cenk Gündoğan 8e26109380 Merge pull request #5939 from PeterKietzmann/vagrant_adapt_readme
Vagrant adapt readme
7 years ago
PeterKietzmann 49c1ed1d03 doc/vagrant: add information about changing the vagrant box 7 years ago
PeterKietzmann aa149d41f6 doc/vagrant: remove information about provisioning 7 years ago
Cenk Gündoğan 36a65a9c52 vagrant: adujst Vagrantfile to use new RIOT-VM 7 years ago
Cenk Gündoğan 1b70b48bc5 packer: intial conf. to generate virtualbox based vagrant box 7 years ago
Lotte Steenbrink ef0b2369c0 Merge pull request #5933 from miri64/sock/doc/5929-followup
sock: Some formatting fixes
7 years ago
Martine Lenders b9330d462b sock: Some formatting fixes
Follow-up on #5929
7 years ago
Martine Lenders 8c56c9031b Merge pull request #5929 from kaspar030/sock_change_no_timeout_value
sock: change "no timeout" value from 0 to UINT32_MAX
7 years ago
Martine Lenders 5d9e76620b Merge pull request #5931 from miri64/sc_ipv6_nc/fix/5930
shell: ncache: Fix #5930
7 years ago
Kaspar Schleiser aace13624b sock: change "no timeout" value from 0 to UINT32_MAX 7 years ago
Martine Lenders 4e8659c72a shell: ncache: Fix #5930 7 years ago
Alexandre Abadie 7d05b9c22a Merge pull request #5924 from miri64/sock/doc/fixes
sock: doc fixes
7 years ago
Peter Kietzmann 39eb55953f Merge pull request #5922 from keestux/fix_sam0_padcfg_add_commas
boards/sodaq-autonomo: use comma on last element of a list too
7 years ago
Martine Lenders d4ba3bd184 sock: doc fixes 7 years ago
Martine Lenders 2e953b7261 Merge pull request #5907 from jfbortolotti/nRF52_linker
cpu: cortexm_common: Remove useless path when setting default value for LINKER_SCRIPT
7 years ago
Martine Lenders d724b7c9aa core: add documentation on how to get line of failed assert() 7 years ago
Lotte Steenbrink 826282d9e1 gnrc.h: extend documentation 7 years ago
Kees Bakker 9fc6cdeae4 boards/sodaq-autonomo: use comma on last element of a list too 7 years ago
Lotte Steenbrink d27030a879 doc: update getting started link in README.md 7 years ago
Sebastian Meiling be38643a2d Merge pull request #5915 from aeneby/send_wait_v2
cpu/cc2538: Wait for transmission to complete before returning from send()
7 years ago
Martine Lenders c0739fba4a Merge pull request #5916 from miri64/sock/fix/tcp-queue-array
sock: make queue_array parameter a pointer
7 years ago
PeterKietzmann 5c1c61d634 boards/telosb: add cc2420 configuration 7 years ago
Martine Lenders f93ab584d8 sock: make queue_array parameter a pointer
Since sock_tcp_t isn't defined at this moment (only declared) the
compiler is complaining about the use of an array in the parameter list
here.

    sys/include/net/sock/tcp.h:119:32: error: array type has incomplete element type ‘sock_tcp_t {aka struct
sock_tcp}’
                         sock_tcp_t queue_array[], unsigned queue_len,
                                    ^
7 years ago
Peter Kietzmann 6ee0a83b59 Merge pull request #5911 from haukepetersen/fix_sam0_padcfg
cpu/samd21: cleaned up pad selection macros
7 years ago
Kaspar Schleiser 3dfafde027 cpu: cortexm_common: fix compile warning 7 years ago
Hauke Petersen b514c2eb09 boards/arduino-zero: adapted periph_conf
- changed names of pad selection macros according to
  the CPU changes
7 years ago
Hauke Petersen 76b0835d4e boards/sodaq-autonomo: adapted uart and spi config
adjusted names for spi and uart pad selections
7 years ago
Hauke Petersen 93869e5e5b boards/samr21-xpro: adapted uart and spi config
adjusted names for spi and uart pad selections
7 years ago