mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update Microchip PIC32 development platform and its tools
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user