Commit Graph
38 Commits
Author SHA1 Message Date
Samuel Sadok cea32ee1be fix board voltage version being ignored 2018-03-13 14:35:52 -07:00
Samuel Sadok 4be3f829d5 Merge branch 'sam_dfu' into sam_refactoring 2018-03-13 14:14:43 -07:00
Samuel Sadok ee9bd77774 remove spurious file 2018-03-13 00:34:34 -07:00
Samuel Sadok 53d40531dc add patch file for USB serial number 2018-03-13 00:22:46 -07:00
Samuel Sadok 6d697b08fa replace UUID_... property by serial_number 2018-03-12 23:45:17 -07:00
Samuel Sadok 1489083f19 Merge branch 'devel' into sam_dfu 2018-03-12 22:44:59 -07:00
Oskar Weigl 6318b3bf02 add TIM_TIME_BASE define in user region of main.h 2018-03-12 22:15:07 -07:00
Oskar Weigl 0a7cca2217 rerun CubeMX 2018-03-12 21:58:19 -07:00
Oskar Weigl de93c3c05a change cmsis_os.c to LF 2018-03-12 21:51:25 -07:00
Samuel Sadok 3c9e25cf02 fix paths in patch files 2018-03-12 21:45:08 -07:00
Samuel Sadok 02381d895f remove CRLF setting .gitattributes
This triggers a bug in git whereby all files in Board/v3
appear changed when switching to a commit that had
the "checkout as CRLF" setting
2018-03-12 21:23:52 -07:00
samuelsadok 764fb26b18 Merge branch 'devel' into sam_dfu 2018-03-11 21:39:56 -07:00
Samuel Sadok 6a1cd8ce5f Merge branch 'devel' of github.com:madcowswe/ODrive into sam_cubemx_cleanup 2018-03-09 20:55:30 -08:00
Samuel Sadok 57b14d146c move .gitattributes for CubeMX CRLF setting 2018-03-09 20:48:02 -08:00
Samuel Sadok 1f732bb0fb fix stack overflow 2018-03-09 20:23:03 -08:00
Samuel Sadok 93d6a787cd Merge branch 'devel' of github.com:madcowswe/ODrive into sam_refactoring 2018-03-09 16:01:18 -08:00
Samuel Sadok 9486f9ed15 make stuff working again, improve state machine design, add underscore to member names 2018-03-09 13:37:07 -08:00
Samuel Sadok f5081352b3 refactor protocol 2018-03-08 12:56:24 -08:00
Oskar Weigl 3c983128f3 Merge branch 'master' into devel 2018-03-05 20:52:20 -08:00
Oskar Weigl 56c7557007 Update main.h 2018-03-05 18:09:54 -08:00
Quincy Jones 6474f279d7 Fix microsecond timer delay code. 2018-03-05 19:50:33 -06:00
Samuel Sadok 163f6c5520 move Board/v3.3 to Board/v3 2018-03-04 19:18:47 -08:00
Samuel Sadok 996c65bccc Merge branch 'devel' of github.com:madcowswe/ODrive into sam_cubemx_cleanup 2018-03-04 19:01:04 -08:00
Samuel Sadok fb5f5fe03c change thread entry signature to take a non-const pointer 2018-03-04 15:33:53 -08:00
Oskar Weigl dff77b4f1c Merge branch 'devel' into sam_dfu 2018-03-04 02:58:40 -08:00
Samuel Sadok b32c87df5a [TEMP] refactoring: compile works, motors initialize as usual 2018-03-02 22:03:24 -08:00
Samuel Sadok 508a7e49b4 Add CubeMX patches and update readme 2018-02-26 15:49:39 -08:00
Samuel Sadok 1eff923fb4 fix formatting 2018-02-26 15:41:30 -08:00
Samuel Sadok 99cd210767 update CubeMX Makefile format 2018-02-26 15:15:52 -08:00
Samuel Sadok bdf0a5c51c line ending weirdness 2018-02-26 15:06:28 -08:00
Samuel Sadok 49353ccb70 fix return type of osSemaphoreWait 2018-02-26 14:55:17 -08:00
Samuel Sadok 965f7f2c80 release sem_usb_tx in usbd_cdc.c 2018-02-26 14:54:00 -08:00
Samuel Sadok e41d11c1ba repair build 2018-02-26 14:52:19 -08:00
Samuel Sadok 4470492ca3 update CubeMX files 2018-02-26 13:37:44 -08:00
Samuel Sadok 1c6d256189 update CubeMX project file to STM firmware F4 1.19.0 2018-02-26 12:29:28 -08:00
Oskar Weigl 2c8c712eda Merge branch 'devel' into sam_nvm 2018-02-25 23:42:14 -08:00
Samuel Sadok bbb508721f Add build config options to build script
An example of what options can be used can be seen in tup.config.default.
2018-02-25 23:35:29 -08:00
Samuel Sadok 99ca88a8c8 This replaces Makefile and at the same time prepares for future
build requirements (like multiple active board versions).

Developers will need to install tup, as described in the README.
A stub Makefile is still available for convenience, so the main
"make ..." commands can still be used.
2018-02-25 12:53:20 -08:00