Commit graph

93 commits

Author SHA1 Message Date
0bdc60bcf8 Moved headers into inc file 2025-03-08 17:31:16 -08:00
32a3dcad12 removed uneeded files. 2025-03-08 17:09:58 -08:00
1f17f8dcdf formatting changes 2025-03-08 17:09:08 -08:00
96b0a72533 removed commented out code 2025-03-08 17:08:52 -08:00
c4bc661f8b Added the two dirs from template 2025-03-08 17:08:17 -08:00
d4a0d09dd6 modifed for correct make target 2025-03-08 17:08:05 -08:00
90729c2ff7 Added CXX flags section and set the assembler program. 2025-03-08 17:07:48 -08:00
9920702102 Added other item to work on 2025-03-08 17:07:19 -08:00
490fb96445 changed stnadard to C17 2025-03-08 17:07:12 -08:00
455c70c34b Added tests and mocks from other template 2025-03-08 17:07:04 -08:00
34afa025aa Added header for regedit 2025-03-08 17:06:49 -08:00
670f15116a Added an clang formattiing ignore file.
It's only something that works on version 18+ so it won't actually work
with my current development enviroment.
2025-03-08 15:38:05 -08:00
62c96d14a3 Added todo item. 2025-03-08 15:15:06 -08:00
3cfab2eb77 Pulled in changes from other version I wrote.
+Added refs to flashing
+new mocking functions
+new menu options.
2025-03-08 15:14:51 -08:00
jakeg00dwin
6771cbadf6 Modified after discovering issues with ch32fun being a seperate lib. 2025-03-07 16:57:36 -08:00
jakeg00dwin
a80c0f1360 setup now working, toolchain file is disapointing however. 2025-03-07 14:00:52 -08:00
jakeg00dwin
b7debf7eee Commented out some stuff and removed uneeded lines. 2025-03-07 10:52:05 -08:00
jakeg00dwin
5a8f27912c same 2025-03-07 10:51:53 -08:00
jakeg00dwin
9bec16fe6b added the compile and link options to the main target options. 2025-03-07 10:51:47 -08:00
jakeg00dwin
e8dad084d0 modified the ch32fun cakelists 2025-03-07 10:51:25 -08:00
jakeg00dwin
f95e82b4cf created copy with generic name 2025-03-07 10:51:08 -08:00
jakeg00dwin
7a42fb4780 Updated to use the 32bit compiler. 2025-03-06 18:04:06 -08:00
jakeg00dwin
1b1a288ef6 Added compiler and newlib info for linux systems. 2025-03-06 18:02:29 -08:00
jakeg00dwin
62008cb67b Updated the instructions for FreeBSD systems. 2025-03-06 17:59:05 -08:00
147349868d Updated the otto.sh script 2025-03-06 17:50:38 -08:00
33aebc0198 Updated readme file 2025-03-06 17:50:29 -08:00
83fffc622a changed standard options and version number to semantic versioning 2025-03-06 17:50:24 -08:00
7faa92825f Added blink source and compiler options 2025-03-06 17:50:09 -08:00
bc8ee016f3 Added toolchain file 2025-03-06 17:49:56 -08:00
7ef358200b Added stuff from ch32fun dirs 2025-03-06 17:49:49 -08:00
0e9243a7e0 Added headers 2025-03-06 17:49:29 -08:00
9343842eae removed whitespace 2024-08-04 09:28:29 -07:00
b83b28af84 removed filecheck for formatting file. 2024-08-04 09:28:22 -07:00
c734ede4e6 fixed cli flags
The style flag/option needed to be changed. Also removed problamatic line from config.
2024-08-04 09:27:15 -07:00
0a9d348710 added option
Added the inplace editing option.
2024-08-04 08:43:07 -07:00
0723cb259b Added function for clang formatting.
The shell function finds all the C source and header files in the './src' directory; then it
applies the formatting specified in the .clang-format file.

Right now it only runs when the ctests shell function is called.
2024-08-04 08:40:53 -07:00
77364c22d1 Updated to 'Allman' or 'BSD' style.
This is what I found on a stackoverflow post for their recommended settings for the allman style.
I'm going to try it for awhile and see what I think.
2024-08-04 08:11:49 -07:00
385abf37ea Adding a formating file.
The '.clang-format' file is a configuration file for the llvm/clang formatting tools.
2024-08-04 07:56:05 -07:00
jakeg00dwin
e499ac44cf Added and included the "inc" directory in the project root. Also added in line to include the mocks dir 2024-06-14 13:38:04 -07:00
jakeg00dwin
e4a6978b57 fixed issue with external linkage of "C" files 2024-03-20 16:10:10 -07:00
jakeg00dwin
92b16a0244 updated to use the fancy regex sed flag 2024-03-20 14:10:05 -07:00
jakeg00dwin
352c849e44 removed the blank file 2024-03-20 14:09:52 -07:00
jakeg00dwin
bdc62f3224 updated to be more consistant with test file naming 2024-03-20 14:03:15 -07:00
jakeg00dwin
8cc19edbe3 fixed typo in cmake template file 2024-03-20 13:55:03 -07:00
jakeg00dwin
6dea8022ec removed dead code 2024-03-20 13:43:03 -07:00
jakeg00dwin
be025d228e changed to use new flag in regex operations 2024-03-20 13:40:52 -07:00
jakeg00dwin
6c7907f5c0 updated with new function for compile commands. 2024-03-20 12:47:48 -07:00
jakeg00dwin
0ba7b8d295 changed to only compile the 'AllTests' and it dependencies. 2024-03-20 12:43:02 -07:00
jakeg00dwin
eca69df689 added line to account for new linkage issues with cpputest. 2024-03-20 12:39:03 -07:00
jakeg00dwin
5c2e1593bd setup to use regex for adding module to test's cmake file. 2024-03-20 12:35:13 -07:00