Merge branch 'devel' of github.com:madcowswe/ODrive into sam_cubemx_cleanup

This commit is contained in:
Samuel Sadok
2018-03-04 19:01:04 -08:00
25 changed files with 1167 additions and 265 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 64K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 768K
NVM (r) : ORIGIN = 0x80C0000, LENGTH = 256K
}
/* Define output sections */
+4
View File
@@ -56,6 +56,7 @@
#include "low_level.h"
#include "axis_c_interface.h"
#include "commands.h"
#include "config.h"
/* USER CODE END Includes */
/* Variables -----------------------------------------------------------------*/
@@ -141,6 +142,9 @@ void StartDefaultTask(void const * argument)
/* USER CODE BEGIN StartDefaultTask */
// Init and load persistent configuration
init_configuration();
// Init communications
init_communication();