Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Separate CubeMX from FreeRTOS application code #38

Merged
merged 2 commits into from
Jul 24, 2018
Merged

Separate CubeMX from FreeRTOS application code #38

merged 2 commits into from
Jul 24, 2018

Commits on Jul 22, 2018

  1. Robot: Update Firmware Package for CubeMX 4.26.1

    This migrates the project Firmware Package to
    STM32Cube FW_F4 V1.21.0, required for the CubeMX
    4.26.1 update.
    rfairley committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    36b218e View commit details
    Browse the repository at this point in the history
  2. Robot: Move FreeRTOS data structures to user code

    This moves FreeRTOS functions, queues, mutexes, and all other
    application data structures to user code. CubeMX therefore no
    longer manages FreeRTOS application functions. Code previously
    in defaultTask is now in commandTask.
    
    resolves #31
    rfairley committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    75ffbe4 View commit details
    Browse the repository at this point in the history