Update Microchip PIC32 development platform and its tools

This commit is contained in:
Ivan Kravets
2016-11-23 21:12:44 +02:00
parent dc9bc81613
commit c0e4d64ee4
2 changed files with 8 additions and 2 deletions

View File

@ -22,8 +22,8 @@ install:
- git submodule update --init --recursive
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo pip install -U tox; else pip install -U tox; fi
# temporary hook to fix issue with gcc-pic32
- if [[ "$TOX_ENV" == "py27" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq lib32z1 lib32ncurses5 lib32bz2-1.0; fi
# ChipKIT issue: install 32-bit support for GCC PIC32
- if [[ "$TOX_ENV" == "py27" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libc6-i386; fi
script:
- tox -e $TOX_ENV

View File

@ -73,6 +73,12 @@ PlatformIO 3.0
+ Updated ARM mbed OS to 5.1.5/rev127
* Development platform `Microchip PIC32 <https://github.com/platformio/platform-microchippic32>`__
+ Add support for MikroElektronika Clicker 2 board
+ Updated ChipKIT Core to v1.3.1
+ Updated Microchip PIC32 GCC-based toolchain and "pic32prog" tool
* Development platform `Nordic nRF51 <https://github.com/platformio/platform-nordicnrf51>`__
+ Added BBC micro:bit B(S130) board