Skip to content

Barebone FreeRTOS firmware for the Amazfit Bip

Notifications You must be signed in to change notification settings

JohnRThomas/Amazfitbip-FreeRTOS

 
 

Repository files navigation

Amazfitbip-FreeRTOS

Warning: this is not (yet?) a complete replacement. It is a starting project to experiment on the platform. At this stage, the firmware must be loaded with an st-link v2 connected directly to SWDIO and SWCLK.

Information on the hardware

How to compile

Download the toolchain from here.

Extract the folder to your preferred location, e.g. to your home folder. Then:

export PATH="$PATH:$HOME/gcc-arm-none-eabi-8-2018-q4-major/bin/"

Remember to change the name accordingly.

Now clone this repository and compile:

git clone --recursive https://github.com/dslul/Amazfitbip-FreeRTOS
cd Amazfitbip-FreeRTOS
make

Recommended readings

Beginning STM32: Developing with FreeRTOS, libopencm3 and GCC, by Gay Warren

About

Barebone FreeRTOS firmware for the Amazfit Bip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • C++ 1.7%
  • Makefile 0.4%