Commit Graph

76 Commits

Author SHA1 Message Date
jakeg00dwin 21bf0729e0 Added comment/todo item 2024-12-06 22:28:14 -08:00
jakeg00dwin e6f0a5aa38 uncommented 2024-12-06 22:28:03 -08:00
jakeg00dwin d23191a956 Added commented possible link libs for peripherals 2024-12-06 22:17:05 -08:00
jakeg00dwin dc1899e1e4 fixed extra lines. 2024-12-06 22:12:56 -08:00
jakeg00dwin 5051388a6b removed template lines. 2024-12-06 22:12:12 -08:00
jakeg00dwin 005f278742 Added cmake file for system 2024-12-06 22:09:57 -08:00
jakeg00dwin 919cf61eec Added system llbr to main target 2024-12-06 22:09:50 -08:00
jakeg00dwin 0357b82201 Added core cmake file. 2024-12-06 21:59:32 -08:00
jakeg00dwin b93acdb9a2 added debug cmake file. 2024-12-06 21:59:24 -08:00
jakeg00dwin beff37f324 moved and updated with target link libs. 2024-12-06 21:59:12 -08:00
jakeg00dwin 272eed6304 added missing shared libs 2024-12-06 21:58:54 -08:00
jakeg00dwin 629a634a3e Added a bunch of shared libraries to make it more flexable for mocking later on. 2024-12-06 21:46:50 -08:00
jakeg00dwin acbc5fcc2c Added lines to add in the subdirectories needed for the mcu 2024-12-06 21:46:18 -08:00
jakeg00dwin 57c10fe661 Added missing debug dir 2024-12-06 21:45:57 -08:00
jakeg00dwin 0be7187865 copied over blink program from IDE developed program I wrote. 2024-12-06 21:16:20 -08:00
jakeg00dwin c8f3320dab Added section for project configuration instruction 2024-12-06 19:38:42 -08:00
jakeg00dwin 4fe107412f Commit of files from IDE template 2024-12-06 19:38:26 -08:00
jakeg00dwin 313ad437ad removed uneeded lines. Also changed template name parameter 2024-12-04 19:52:15 -08:00
jakeg00dwin d374fff42e Added a toolchain cmake file that targets the "riscv-none-elf" tripple. 2024-12-04 19:51:22 -08:00
jakeg00dwin 6d227bc37a Added more details on dependencies. 2024-12-04 19:37:47 -08:00
jakeg00dwin b442ec78dc Adding a readme with details on usage of template 2024-12-04 19:33:10 -08: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
jakeg00dwin 599822b932 Added comment for automation use. 2024-03-18 19:30:40 -07:00
jakeg00dwin 07a6b7d447 added link libraries and include dirs 2024-03-16 13:47:56 -07:00
jakeg00dwin 504998b727 edited to target the cpp test 2024-03-16 13:47:37 -07:00
jakeg00dwin 4c78b58973 changed the test template to target cpputest 2024-03-16 13:42:47 -07:00
jakeg00dwin 04352629b2 removed the old C file 2024-03-16 13:39:07 -07:00
jakeg00dwin 221b4f05a9 changed to match the currently working cpp test file 2024-03-16 13:39:00 -07:00
jakeg00dwin 52f311625b added an empty cmake file into mocks 2024-03-15 14:23:11 -07:00
jakeg00dwin 226f3053ad cleaned up old lines 2024-03-15 14:21:48 -07:00
jakeg00dwin 73583fd725 imported the test group 2024-03-15 14:20:36 -07:00
jakeg00dwin f687b3b400 Added correct linked libs to the simple_test 2024-03-15 14:20:08 -07:00
jakeg00dwin 46710be9b5 edited to first include the simple_test directory, also using the correct link libs now 2024-03-15 14:19:45 -07:00
jakeg00dwin 46da670968 removed dead code 2024-03-15 14:19:17 -07:00
jakeg00dwin 738c875bc6 modifed to run the tests using the AllTests executable 2024-03-15 14:19:10 -07:00
jakeg00dwin a15bed2326 tried adding to linked libs 2024-03-15 13:47:40 -07:00
jakeg00dwin d7af8bc2e4 added the C++/11 directory to includes 2024-03-15 13:47:21 -07:00
jakeg00dwin 20b7c8cb38 updated for tests 2024-03-15 13:47:06 -07:00
jakeg00dwin 391d08ec7c added the exexcutable target main 2024-03-15 13:46:33 -07:00