Commit graph

151 commits

Author SHA1 Message Date
fd03292660 Added extension to name. 2025-12-22 18:46:28 -08:00
eb32ce8b3f Added the regedit header to the template file. 2025-12-22 17:06:40 -08:00
3d5c460865 updated not to format the test sources. 2025-12-21 21:08:15 -08:00
5178c69a14 Updated ADC test, now passing. 2025-12-21 21:07:46 -08:00
c731aae201 Refactored ADC to use new regedit functions. 2025-12-21 21:07:37 -08:00
3aac942e6d deleted from inc 2025-12-21 21:05:50 -08:00
e769b00354 Added item to todolsit. 2025-12-21 20:55:49 -08:00
e6d3612d4d refactored mock regedit tests
+ now implimented new u8 type tests.
2025-12-21 20:42:58 -08:00
e61a9ae235 auto formatting 2025-12-21 20:42:06 -08:00
13eca24d04 Updated doxygen header comment. 2025-12-21 20:00:06 -08:00
eadc336185 removed dead code / comments. 2025-12-21 19:59:00 -08:00
55c10de5a5 Updated MockRegEdit to use the original function header as well as adding missing function mocks. 2025-12-21 19:57:56 -08:00
99ee924627 Added include dir for module being mocked. 2025-12-21 19:57:30 -08:00
bac778c934 RegEdit automatic formatting standard applied. 2025-12-21 19:57:12 -08:00
9402cd779d Automatic formatting standard applied to tests dir. 2025-12-21 19:44:05 -08:00
4b9298f321 Added tags file to list of things to ignore. 2025-12-21 19:43:41 -08:00
f56f69fadc fixed call to tag generation function. 2025-12-21 19:43:27 -08:00
4be1a3b95e Refactored RegEdit module.
+ Added u32 type funcs.
+ Added u64 type funcs.
+ Added u16 type funcs.
+ Added u8 type funcs.
2025-12-21 19:43:15 -08:00
5ce1015a7a Added some standard headers to blink module. 2025-12-21 19:42:33 -08:00
19e6ccb292 cleaned up commented out lines. 2025-12-20 19:40:47 -08:00
97021a1a6c removed the mocks dir 2025-12-20 19:38:37 -08:00
1d3dc7d572 Added template sub-directory for mocks 2025-12-20 19:38:05 -08:00
478a7cd0a6 Updated cmake config for modules in template dir
+ Added regedit by default.
+ Added comments for detials.
+ Reconfigured with unit testing logic.
2025-12-20 19:32:56 -08:00
ecda1c8095 Refactored the module header
+ Updated header comments for doxygen usage.
+ Added in basic usage headers.
+ Added in Cpp extern lines for Cpp/C usage.
2025-12-20 19:31:18 -08:00
1ebd68346e Added template test module 2025-12-20 18:47:56 -08:00
4e6be91ac3 Updated funconfig with doxygen comments and header guard stuff. 2025-12-20 18:46:32 -08:00
8e00f7406a Refactored Test dir layout
- Removed old cpputest include lines.
+ Added new cmake var include/link.
2025-12-20 18:46:00 -08:00
9e2358f9bf Updated cmake configurations of source dir modules. 2025-12-20 18:45:08 -08:00
89b22f27de Added new features to ottto script.
+ Updated date.
+ Added new function to generate ctags for code navigation.
+ Updated code formatting function with Cpp formatting.
2025-12-20 18:43:52 -08:00
79e8629823 Fixed up root cmake config
+ Added -Werror flag.
+ Added correct CppUTest pkg finding.
+ Added inclusion of new layout.
2025-12-20 18:42:49 -08:00
2587bb2aba Added extern dir for holding external dependencies. 2025-12-20 18:41:49 -08:00
36bd327bc3 Removed the git submodule in root directory 2025-12-20 18:41:35 -08:00
jakeg00dwin
5dc658b620 updated test and blink sources 2025-06-06 07:54:49 -07:00
jakeg00dwin
06efeab4e5 automatic fomatting chagnes. 2025-06-06 07:54:05 -07:00
jakeg00dwin
db5dd3784d Added linker line in text section for external object files. 2025-03-29 20:05:49 -07:00
jakeg00dwin
e1bc0ec65a Added line for generate hex formatted output. 2025-03-29 20:05:13 -07:00
jakeg00dwin
77241d1795 Added target properties for making elf files. 2025-03-29 20:02:24 -07:00
jakeg00dwin
df6de6c324 Updated doxygen file to use the README.md file as the main
page. Also included the source and inc directories for documentation.
2025-03-26 19:24:22 -07:00
jakeg00dwin
e332c8fb21 Commiting formatting changes. 2025-03-13 15:12:29 -07:00
jakeg00dwin
be9832c403 removed now uneeded todo items. 2025-03-10 13:10:44 -07:00
jakeg00dwin
658530818e Added flashing command using wlink. 2025-03-10 13:09:35 -07:00
jakeg00dwin
a33c9e1957 removed uneeded flags, used cmake specific method of gcc linking and added notes. 2025-03-10 13:04:32 -07:00
a7682c802a formatting change. 2025-03-09 09:34:18 -07:00
60a6cf345f fixed the function signiture with addition of void.
Basically just added the `void` keyword for consitency with the header
of the mocked module.
2025-03-09 09:33:56 -07:00
28f154e30f named union to avoid compile error. 2025-03-09 09:32:33 -07:00
3aa33779df Added ADC_PoweOn() test
+checks for the regedit of the power on bit in the register.
2025-03-09 09:21:03 -07:00
6a7e10b4fb Added structure tags to avoid usign GNU extension
I just addded the tag 's' for all the anonymous structures as they don't
use typedef and their scope is limited.

Seems to compile for my testing so far.
2025-03-09 09:20:17 -07:00
38dea7ead4 Added comments on ch32v003 pins for ADC along with updated date/top info. 2025-03-09 08:28:24 -07:00
a076ab8b77 Commented out tests for ADC that were dependant on AVR stuff. 2025-03-09 08:27:58 -07:00
968570e898 removed uneeded lines. 2025-03-08 18:45:22 -08:00