Commit Graph

204 Commits (1d60d9870d29a527bcf48bf712f9b26cdbfb03f1)

Author SHA1 Message Date
Joakim Gebart e9c567107d all: remove extra blank lines at the end 8 years ago
Joakim Gebart 0d590e48bd dist/tools/sniffer: whitespace fixes 8 years ago
Joakim Gebart f9059ea08d dist/tools/pyterm/testbeds: whitespace fixes 8 years ago
Joakim Gebart a1d40524f1 dist/tools/pyterm/pytermcontroller: whitespace fixes 8 years ago
Joakim Gebart 2261c52769 dist/tools/licenses/patterns/3c-BSD-ti: trailing space fix 8 years ago
Joakim Gebart 9cd8da3e72 dist/tools/doccheck/check.sh: trailing space fix 8 years ago
Oleg Hahm c94583f931 Merge pull request #2640 from OlegHahm/iotlab_makefile
dist: Makefile to work with IoT-LAB
8 years ago
Philipp Rosenkranz cb84729dfe dist/tools: add desvirt (incl. example topology) 8 years ago
Oleg Hahm e3eda9a315 dist: Makefile to work with IoT-LAB
Introduces a Makefile that can be included into one's application
Makefile in order to remotely control experiments on the IoT-LAB
testbed. It requires that cli-tools
(https://github.com/iot-lab/cli-tools) are installed.
8 years ago
Joakim Gebart d4b054c067 Merge pull request #2392 from gebart/pr/docker-initial
Makefile.include: Add support for running make inside a Docker container
8 years ago
Joakim Gebart 8db628b17c Makefile.include: Add docker target.
export BUILD_IN_DOCKER=1 to use Docker for building inside a Docker
container.
GDB debug file paths will be wrong after building inside the container,
use the script provided in `dist/gdbinit-docker` to set the correct GDB
substitution paths (copy and paste the contents into your `~/.gdbinit`)

The environment variable DOCKER_FLAGS can be used to pass extra
parameters to the Docker process.
8 years ago
Martine Lenders eb14425806 travis: build applications only on change 8 years ago
Martine Lenders 41ffab78a6 Merge pull request #2746 from authmillenon/dist/enh/tab-test
dist: add tab test
8 years ago
Martine Lenders e973cc63fc dist: removes endingcheck
Is now part of whitespacecheck
8 years ago
Martine Lenders 2ec5f27a57 dist: add tab test 8 years ago
Joakim Gebart de486ff79f k60: Initial commit of K60 CPU.
Tested on the following Freescale Kinetis K60 CPUs:

 - MK60DN512VLL10

The port should with a high probability also support the following variations of the above CPUs (untested):

 - MK60DN256VLL10

And possibly also:

 - MK60DX256VLL10
 - MK60DX512VLL10
 - MK60DN512VLQ10
 - MK60DN256VLQ10
 - MK60DX256VLQ10
 - MK60DN512VMC10
 - MK60DN256VMC10
 - MK60DX256VMC10
 - MK60DN512VMD10
 - MK60DX256VMD10
 - MK60DN256VMD10

Currently not working on the following CPUs (Missing PIT channel
chaining necessary for kinetis_common/periph/timer implementation):

 - MK60DN256ZVLL10
 - MK60DN512ZVLL10
 - MK60DX256ZVLL10
 - MK60DX512ZVLL10
 - MK60DN512ZVLQ10
 - MK60DN256ZVLQ10
 - MK60DX256ZVLQ10
 - MK60DN512ZVMC10
 - MK60DN256ZVMC10
 - MK60DX256ZVMC10
 - MK60DN512ZVMD10
 - MK60DX256ZVMD10
 - MK60DN256ZVMD10

Regarding header files from Freescale:

   dist/tools/licenses: Add Freescale CMSIS PAL license pattern

Redistribution is OK according to:

https://community.freescale.com/message/477976?et=watches.email.thread#477976

Archive copy in case the above link disappears:

https://web.archive.org/web/20150328073057/https://community.freescale.com/message/477976?et=watches.email.thread

Applies to:
 - MK60DZ10.h (K60 variant)
8 years ago
Joakim Gebart ef6aaf6045 dist/tools/whitespacecheck: Do not redirect stdout.
Show new whitespace errors in Travis log for easier code review.
8 years ago
kushalsingh007 41ad9946ad Adding a script to check for line endings (valid UNIX ending)
-Created a bash script using grep to check for carriage return at line endings.
-Works for modified and new files only (if choosen)
-Modified build_and_run.sh to include the new check.sh and run it.
8 years ago
Oleg Hahm 96e6d2aee3 Merge pull request #2471 from haukepetersen/fix_openocd_shutdown
dist/openocd.sh: added shutdown to flash commands
8 years ago
Ludwig Ortmann 48e6247f4f Merge pull request #2507 from authmillenon/travis/remove-outputting-nproc
travis: remove unnecessary nproc output
8 years ago
Ludwig Ortmann 2ff29ea1de Merge pull request #2487 from gebart/pr/openocd-init-arguments
dist/tools/openocd: Replace OPENOCD_EXTRA_INIT with command line arguments
8 years ago
Martine Lenders fe79ec8eaf travis: remove unnecessary nproc output 8 years ago
Martine Lenders 5386fdb335 travis: aggregate result values of static tests 8 years ago
Martine Lenders cfe7993886 travis: let all static tests run 8 years ago
Martine Lenders 20e1fd2fbd travis: replace tabs with spaces in script 8 years ago
Philipp Rosenkranz e9e9a1c01c travis: fixed pep8 code style issues in python support script 8 years ago
Philipp Rosenkranz 0f0f291dde travis: added license header for travis scripts 8 years ago
Philipp Rosenkranz 20b2999843 travis: add static tests as a matrix build target 8 years ago
Joakim Gebart f10c1f94d8 dist/tools/openocd: Replace OPENOCD_EXTRA_INIT with command line arguments
OPENOCD_EXTRA_INIT did not work for quoted arguments or openocd commands which require arguments.
8 years ago
Philipp Rosenkranz 02d0c88284 tests/travis: split buildtests into MCU groups. 8 years ago
Hauke Petersen 34541a5e0e squash: work-around for wrong openocd return value 8 years ago
Hauke Petersen 8b17d0575e dist/openocd.sh: added shutdown to flash commands 8 years ago
Oleg Hahm 8fa44ee117 dist/tools: check for whitespace errors 8 years ago
Joakim Gebart a519aaad3d dist/tools/openocd: Add documentation for newly introduced environment variables 8 years ago
Joakim Gebart f4006cda2a dist/tools/openocd: Quote file names in shell arguments 8 years ago
Joakim Gebart b4c3f0c565 dist/tools/openocd: Make openocd command configurable. 8 years ago
Joakim Gebart 6e88b4ab2d dist/tools/openocd: Add support for specifying config file and extra initialization arguments. 8 years ago
haukepetersen 63f019210c dist: added unified openocd control script 8 years ago
Joakim Gebart 086825bfa3 dist: Add tools for finding USB serial adapters on Linux.
These tools can be used to find the corresponding TTY device node of
attached USB serial adapter devices.
8 years ago
Martine Lenders 0eb2d78dda doc: use my real name 8 years ago
Johann Fischer 9dcf34307b dist/tools/licenses: add Freescale 3c-BSD license pattern 9 years ago
Thomas Eichinger 07d76d7127 stm32l1: initial port for the nucleo-l1 board and stm32l1 cpu 9 years ago
Finn Wilke 0d4b81d62e dist/tools/licenses: support BSD sed 9 years ago
Fabian Nack f7b11dda3e tools/licenses: add revised 1c-BSD pattern used in utlist 9 years ago
Oleg Hahm bb7453dc70 doccheck: grep for all lines with a warning 9 years ago
Martine Lenders 7642f7bb15 pr_check: Fix matching
Fixes #2125
9 years ago
Ludwig Ortmann 43830dfb61 Merge pull request #2104 from OlegHahm/travis_doccheck
travis: check for doxygen warnings
9 years ago
Oleg Hahm 83da4a8738 travis: added doxygen check script to travis config 9 years ago
Oleg Hahm f97f9ff826 travis: check for doxygen warnings
This introduces a script that will check for doxygen warnings in newly
committed or edited files.
9 years ago
Ludwig Ortmann 3490ccd615 Merge pull request #2090 from authmillenon/travis-squash-check
travis: squash check
9 years ago