Commit Graph

6694 Commits (d804969f358130e5036434dd69eb63942271c6cf)
 

Author SHA1 Message Date
Hauke Petersen d4d34a782e cpu/k60: adapted to centralized cpu conf 8 years ago
Hauke Petersen 52e51bfea1 cpu/cc2538: adapted to centralized cpu conf 8 years ago
Hauke Petersen 78d65a4dec cpu/cortexm_common: centralized init and defines
- added a centralized core implementation for all cortex CPUs
- moved default stack size defines to cpu.h in cortexm_common
- moved uart0 bufsize define to cpu.h in cortexm_common
- moved typed of panic_t to cpu.h in cortexm_common
8 years ago
Kaspar Schleiser 3965e889e1 sys: bitfield.h: some fixes 8 years ago
Joakim Gebart ea597a3bf3 stm32f4: random fix sign-compare 8 years ago
Joakim Gebart 18ea5561f8 stm32f4: spi_transfer_bytes fix sign-compare, reduce scope 8 years ago
Joakim Gebart 13bdc21c9e stm32f4: i2c_init_slave fix unused-parameter 8 years ago
Joakim Gebart 0eaeca3640 sys/newlib/syscalls: fix warnings
- rx_cb: unused-parameter
 - _write_r: sign-compare
 - all stubbed syscalls: unused-parameter
8 years ago
Joakim Gebart 1c855cb230 drivers/at86rf231: fix unused-parameter 8 years ago
Joakim Gebart 12cfb8deef k60: fix unused-parameter warnings 8 years ago
Joakim Gebart 697b85c182 kinetis: fix SPI double initialization warnings 8 years ago
Joakim Gebart ec3679fd13 kinetis: spi_init_slave add missing callback assignment 8 years ago
Joakim Gebart d4c1436de9 kinetis: fix warnings
- find_closest_x: sign-compare
 - hwtimer_arch: unused-parameter
 - i2c_init_slave: unused-parameter
 - rnga: sign-compare
 - rngb: sign-compare
 - spi_transfer_bytes: sign-compare
 - spi_transfer_regs: sign-compare
 - timer: unused-parameter
8 years ago
Joakim Gebart 8a34b15964 cortexm_common: Conditionally define __set_FPSCR
It is an error to call __set_FPSCR if no FPU is present in the CPU.
8 years ago
Hauke Petersen f3a7515d34 cpu/cortexm: disabled hard floats for M4F CPUs 8 years ago
Kaspar Schleiser f9b00c4257 Merge pull request #3083 from haukepetersen/fix_saml21_startup
cpu/saml21: fixed and cleaned up startup.c
8 years ago
Hauke Petersen bca23c410b cpu/saml21: use core_panic in startup.c 8 years ago
Hauke Petersen 93fe62f975 cpu/saml21: removed non-existent exception handlers 8 years ago
Hauke Petersen c91a0983c0 cpu/saml21: fixed some formatting in startup.c 8 years ago
Hauke Petersen 32410bbfe5 cpu/samd21: set optimization level to -Os 8 years ago
Peter Kietzmann c839e65479 Merge pull request #3025 from OlegHahm/netconf_retransmit
netconf: at86rf231: configure maximum retransmits
8 years ago
Peter Kietzmann b771e91644 Merge pull request #2990 from LudwigOrtmann/pr/dht
drivers/dht: initial import
8 years ago
Joakim Gebart cbe10e1116 Merge pull request #3023 from haukepetersen/opt_cortexm
cpu: unified cortex-m[034]_common implementations
8 years ago
Kaspar Schleiser b5a9769a05 dist: Dockerfile: refactor to use less RUN commands 8 years ago
Kaspar Schleiser e283f87132 dist: docker: add ccache support to Dockerfile 8 years ago
Kaspar Schleiser 5a598b64b4 make: introduce RIOT_VERSION_OVERRIDE
Allows overriding of -DRIOT_VERSION regardless of the version actually
used. Necessary for reproducable compiles.
8 years ago
Kaspar Schleiser 2226d14e12 make: buildtest: pass CCACHE_* to buildtests 8 years ago
Kaspar Schleiser 3c56b49df6 make: use ccache if environment variable is set 8 years ago
Peter Kietzmann 7ab88539eb Merge pull request #3087 from haukepetersen/fix_samr21_led
board/samr21: fixed and cleaned up LED code
8 years ago
Martine Lenders 4d89ac6d03 Merge pull request #3085 from authmillenon/ng_net/fix/printf-stacksize
ng_net: use printf-stack size where it is needed
8 years ago
Martine Lenders df18566576 Merge pull request #3103 from cgundogan/ng_netif_addr_to_str
ng_netif: clear out buffer before creating output
8 years ago
Martine Lenders fc6ff227b9 Merge pull request #3072 from authmillenon/travis/enh/do-not-install
travis: exit before before_install phase
8 years ago
Ludwig Ortmann fe17cae0c0 test/driver_dht: initial import 8 years ago
Ludwig Ortmann 4a05f47bcf drivers/dht: initial import
Unified driver for DHT11 and DHT22.
8 years ago
Martine Lenders f33f35720b travis: exit before before_install phase 8 years ago
Martine Lenders 5a8a4312de ng_udp: piggy-back fix for coding conventions 8 years ago
Martine Lenders 3db17eedbf ng_net: use printf-stack size where it is needed 8 years ago
Cenk Gündoğan 16cdeb8759 ng_netif: clear out buffer before creating output 8 years ago
Joakim Gebart 42f48b731f boards: Let env override PREFIX, set TARGET_TRIPLE 8 years ago
Joakim Gebart 02fe7c5d76 boards: Makefile.include.gnu: Use GDBPREFIX for GDB
GDB can be built as multitarget which can debug multiple architectures
and is often installed without a target prefix.
8 years ago
Hauke Petersen 26b9e9acea doc: adapted doxygen excludes 8 years ago
haukepetersen 38f4fc7027 cpu/samd21: moved -O0 from board to cpu 8 years ago
haukepetersen 0d5c8546f3 cpu: adapted Makefiles to unified cortexm module 8 years ago
Hauke Petersen 49dcb692d1 boards: adapted Makefiles to cortexm_common folder
- changed naming of cortexm_common in makefiles
- included some minor cleanups
8 years ago
Hauke Petersen 97b6c56178 boards: moved flashing options to openocd Makefile 8 years ago
Hauke Petersen b8dd144e03 cpu: unified cortexm_common folder
- removed coretx-m[0|3|4]
- moved their content to cortexm_common
- adjusted cortex Makefiles to this new name
- adjusted cortex Makefiles new structure
8 years ago
Kaspar Schleiser a10beb25f4 Merge pull request #3105 from cgundogan/ng_netdev_eth_marshall
ng_netdev_eth: default to NG_ETHERTYPE_UNKNOWN when no payload avail.
8 years ago
Lotte Steenbrink 104ea3ceb1 Merge pull request #3091 from Lotterleben/fib_helper_fn
Fib helper fn
8 years ago
Cenk Gündoğan 4bda0f6f54 ng_netdev_eth: default to NG_ETHERTYPE_UNKNOWN when no payload avail. 8 years ago
Kaspar Schleiser 4e569513e6 Merge pull request #3047 from haukepetersen/rename_cpuconf
global: renamed cpu-conf.h into cpu_conf.h
8 years ago