- Feb 23, 2022
-
-
Ezekiel Dohmen authored
-
Erik von Reis authored
Adding support for a custom target dir while building, fixing a few issues... See merge request cds/advligorts!308
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Adding support for a custom target dir while building, fixing a few issues where the SITE.ipc folder/file was not created for a fresh build
-
- Feb 18, 2022
-
-
Erik von Reis authored
RCG: Fix $bdroot variable replacement for long library references. See merge request cds/advligorts!307
-
- Feb 17, 2022
-
-
Erik von Reis authored
Previous code assumed link was top-level, dropping any part of the reference after the second slash. This led to a link to the wrong subsystem. Improved error message when linked subsystem is not found in library. Note that the search code doesn't verify the full path of the link. If there were another part of the same name but with different parent subsystems, the RCG would happily link to that instead. This problem is *not* fixed by this patch.
-
- Feb 16, 2022
-
-
Erik von Reis authored
Fixing undefined refrence on debian 11, adding better error messages,... See merge request cds/advligorts!305
-
- Feb 15, 2022
-
-
Ezekiel Dohmen authored
Removing the copy and lib from the path, so you can build the x1tst example without using the run script
-
Ezekiel Dohmen authored
Fixing undefined refrence on debian 11, adding better error messages, replacing uses in two file of RCG_DIR with the newer env var RCG_SRC, adding gitignore in test/ directory so you can run the 'run' script without generating files tracked by git
-
- Feb 11, 2022
-
-
Jonathan Hanks authored
RCG: Add automated tests for building, installing and running models. See merge request cds/advligorts!293
-
Jonathan Hanks authored
Some code cleanup, and fixing userspace builds after the last pull request. See merge request cds/advligorts!304
-
- Feb 08, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Feb 04, 2022
-
-
Ezekiel Dohmen authored
Adding volatile for memory mapped IO, adding function for kernel space... See merge request cds/advligorts!300
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Jonathan Hanks authored
Fixing typo in file_operations data members See merge request cds/advligorts!303
-
Ezekiel Dohmen authored
-
- Feb 03, 2022
-
-
Ezekiel Dohmen authored
-
Erik von Reis authored
Removing the unneeded ExtraSymbols.symvers and cleaning up the FE makefile so... See merge request cds/advligorts!302
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Removing the unneeded ExtraSymbols.symvers and cleaning up the FE makefile so it builds on debian 11
-
ezekiel.dohmen authored
-
- Feb 02, 2022
-
-
EJ Dohmen authored
Adding volatile for memory mapped IO, adding function for kernel space timespec retrieval and adding test for the gpstime module
-
- Jan 31, 2022
-
-
Erik von Reis authored
Fixing permissions on scripts that I changed See merge request cds/advligorts!299
-
Ezekiel Dohmen authored
-
- Jan 28, 2022
-
-
Erik von Reis authored
Cleaning up findSharedMemory usage, fixing error checks on the returned... See merge request cds/advligorts!297
-
Erik von Reis authored
Remove shared files causing collisions when generating the code for two models at the same time. Also speed up generation time by 10s per model. See merge request cds/advligorts!296
-
Ezekiel Dohmen authored
Reduce foot print of cycle1 -> cycle2 dma size change for fast adcs. See merge request cds/advligorts!298
-
- Jan 27, 2022
-
-
Erik von Reis authored
Old code for changing DMA size from the ( possibly smaller ) first cycle was too expensive in some sense, causing momentary channel hopping on the ADC when run at 65k and time_shift=0. The new code just changes the size value of an already existing DMA module instead of totally recreating it.
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Cleaning up findSharedMemory usage, fixing error checks on the returned pointer, consolidating code for findSharedMemory() and findSharedMemorySize() so we don't have duplicate, removing unused sprintf in both functions
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
The feCodeGen.pl script was using ./diags.txt and ./diags2.txt to build the <model>_partConnectionList.txt for each model. This meant that multiple models could not be built at the same time bacause they were sharing the diags files. This commit replaces those file with ones specific to the model being built. We also clean up the code a bit and remove some sleeps that slow down builing the models by 10 s each.
-