summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-01-07skip travis buildhathach
2019-11-13travis: fetch xPack risc-v toolchainSean Cross
This toolchain seems popular in the embedded space, and is generally preferred over the upstream SiFive toolchain. It can produce both 32- and 64-bit binaries, so its prefix is riscv-none-embed-. Signed-off-by: Sean Cross <[email protected]>
2019-10-01-Wno-error=cast-function-type is only available for gcc 8+, change travis ↵hathach
dist to bionic
2019-07-08travis fix typohathach
2019-07-08more with travishathach
2019-07-08clean uphathach
2019-07-08more travishathach
2019-07-08test travishathach
2019-07-08test trigger mynewt example repohathach
2019-06-10run ceedling uinit test (no tests yet)hathach
2019-06-10travis conthathach
2019-06-10more travis testhathach
2019-06-10use sourcelinehathach
2019-06-10test travishathach
2019-04-26include msc_dual_lun example to travishathach
2019-03-20add pca10056 to travis buidlhathach
2019-03-16add stm32f4 board to travis buildhathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
Fifo incurs a second copy into a USB buffer but this ensures the correct USB buffer alignment. Some LPC chips require 64 byte alignment that txbuf couldn't do.
2019-01-04Change travis for makefile.Scott Shawcroft
2019-01-04Split out txbuf and add unit test.Scott Shawcroft
2018-11-25Update travis to build the exampleScott Shawcroft
Also remove the old failing tests so the build is passing.
2014-04-18disable running test for lpc175x_6x on travishathach
2013-06-29update ,travis.ymlhathach
2013-06-05added dcd_dma_descriptor_t typdefhathach
reorganize test project, multiple test projects each is specifically for an MCU
2013-05-09remove verbose& trace option, able to run full build. But build script ↵hathach
always exit 1 --> build error
2013-05-09mkdir build before run testhathach
2013-05-09add trace option to build testhathach
2013-05-09add verbose to test build to detect errorhathach
2013-05-09travis I am cominghathach
2013-05-09travis againhathach
2013-05-09update travis ymlhathach
2013-05-09refractor testhathach
try to add travis-ci