Comparing stm32duino:master...AndySze:master · stm32duino/BoardManagerFiles · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/BoardManagerFiles
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AndySze/BoardManagerFiles
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 26 files changed
  • 1 contributor

Commits on May 12, 2017

  1. Add packages for new Arduino_Core_STM32

    Update script to manage new Arduino_Core_STM32.
    Add new gcc arm toolchain: 6-2017-q1-update
    Official versions from arm (without share/doc/ and v8*/ dirs).
    (note: linux32 built from scratch as not available on arm website)
    Mark STM32L4 and STM32F0 packages as deprecated in the json file,
    now supported by STM32 one.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed May 12, 2017
    Configuration menu
    Copy the full SHA
    f6e70b9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Update README.md

    fpistm authored May 28, 2017
    Configuration menu
    Copy the full SHA
    120989f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Add -o option and update usage()

    Add option to package only core(s) even if tools repo exists.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    3f08d84 View commit details
    Browse the repository at this point in the history
  2. Release STM32-2017.6.2.tar.bz2

    Remove deprecated packages replaced by STM32 one.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    57ed78f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    f9b9104 View commit details
    Browse the repository at this point in the history
  2. Fix board name list creation

    Due to boards.txt changed
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    563c0a6 View commit details
    Browse the repository at this point in the history
  3. Release 2017.7.13 (Core and tools)

    Core:
    Several bug fixes
    New boards:
    Nucleo F207ZG
    Nucleo F030R8
    Nucleo L432KC
    
    Merged from old F1 core:
    Nucleo F103RB
    
    Tools:
    Several bug fixes
    Update ST-Link tools version.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    6c49fe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Release 2017.8.4 (Core)

    Core:
      Minor bug fixes
    
      New boards:
        Nucleo F401RE
        Nucleo F411RE
    
      Merged from old F1 core:
        STM32F100RB-DISCVL
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    19c73a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Update README.md

    fpistm authored Aug 10, 2017
    Configuration menu
    Copy the full SHA
    e611b58 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Release 2017.8.31 (core and tools)

    Core:
     - Add Ethernet support (Nucleo-F429Zi and STM32F746G-DISCOVERY)
       Required to install STM32Ethernet and LwIP libraries through
       the Library manager
     - Update HAL Drivers for F1, F3 and L4
     - Update I2C for F1 series. (slave)
     - Add Nucleo-L152RE board
     - Extend pin name usage, PXn could now be used as Dx
     - Extend compatibility by adding several macro (register access):
       Add several macro for compatibily (register access):
         analogInPinToBit
         portOutputRegister
         portInputRegister
         portSetRegister
         portClearRegister
         portConfigRegister
         portModeRegister
         _BV
         cbi
         sbi
     - Removed custom libraries:
         Firmata: release 2.5.7 include STM32 support
         LiquidCrystal: use official version at least 1.05
         SD: now available through the Library manager (STM32SD)
         FatFS: now available through the Library manager
         WiFi: use official version
     - Minor fixes
    
    Tools:
     - Update genpinmap script:
         Add support of Alternate Function for F1 series
         Add QSPI support
         change pin name formatting (PXn -> PX_n) in order to be aligned
         with core pin name usage extension
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    d1c4628 View commit details
    Browse the repository at this point in the history
  2. Remove STM32F1 core package.

    F1 is now fully handled by STM32 core.
    BP and MM will be available soon.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    089b639 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Add new toolchain version gcc-arm-none-eabi-6-2017-q2-update

    This version fixes issue (Segmentation fault) when lto option is used.
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    a6b8832 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Update options name which have been shorten in the core

    See stm32duino/Arduino_Core_STM32#109
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    7e6fb8b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Merge pull request #11 from fpistm/gcc-arm-none-eabi-6-2017-q2-update

    Add new toolchain version gcc-arm-none-eabi-6-2017-q2-update
    fpistm authored Sep 22, 2017
    Configuration menu
    Copy the full SHA
    02e0402 View commit details
    Browse the repository at this point in the history
  2. Release 2017.9.22 (core and tools)

    Core:
      - Add support of the B-L475E-IOT01A
      - Add optimization menu
      - Add HAL_SYSTICK_IRQHandler() call, allow use of HAL_SYSTICK_Callback() weak function
      - Improve pulseIn()
      - Fix Servo library
      - Fix SPI CS pin trouble if use CS pin other than Arduino digital pins
    
    Tools:
      - Fix permission for massStorageCopyMacOsX
    
    Use new toolchain version gcc-arm-none-eabi-6-2017-q2-update
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    4b8b090 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Release 2017.11.24 (core only)

    Core:
      - Added support of:
          * Nucleo-F302R8 (thanks @knielsen)
          * Nucleo-F303K8 (thanks @tofuman0)
          * Discovery L072CZ-LRWAN1 (thanks @knielsen)
      - Enabled FPU Single Precision (SP)
      - Update HAL/CMSIS Drivers for F0, F2, F4, F7, L0, L1, L4
      - Added missing U(S)ART peripherals management
      - Serialx instance now generic
      - Added missing -g option for debug
      - Use STL C++ instead of macro
      - Use interrupt mode for I2C transfers
      - Wire Rx/Tx buffers are now dynamically allocated (min size: BUFFER_LENGTH)
      - Disabled Core callback feature (Use -DCORE_CALLBACK to enable it)
      - Several other fixes ...
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    7dcb0ce View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Release 2018.1.18 (core only)

    Core:
    See https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/2018.1.18
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    95ee35e View commit details
    Browse the repository at this point in the history
Loading