0

I'm building Alljoyn platform on stm32f407VGT6 board, but i don't know how to use libraries to build. Anyone has suggest for me

  • List item

? thanks!

Thomson1608
  • 25
  • 1
  • 7

1 Answers1

0
  • The first: we will add librarys STM32F4-Discovery_FW_V1.1.0 Click here! and FreeRTOSV8.0.0 Click here! then we change os.environ.get('AJ_STM_SRC_DIR') into ../librarys STM32F4-Discovery_FW_V1.1.0 and change os.environ.get('AJ_FREE_RTOS_DIR') into '../FreeRTOSV8.0.0/FreeRTOS/', and one important thing is: in file aj_target_platform.c comment lines number 360->369 and line number 376
  • Scons : scons WS=off VARIANT=debug TARG=freertos-stm32
Thomson1608
  • 25
  • 1
  • 7