diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-11-22 16:58:31 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-11-22 16:58:31 +0200 |
| commit | 9da3c86aa9db1ba56b36c4cbc7ecde0bbfc24df3 (patch) | |
| tree | 0d8eee6dd11d240079d8ec3e91fabd8fe1a93777 /Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk | |
| parent | 52d7054447118291c6f4974eae49be35159bef87 (diff) | |
| download | Tango-9da3c86aa9db1ba56b36c4cbc7ecde0bbfc24df3.tar.gz Tango-9da3c86aa9db1ba56b36c4cbc7ecde0bbfc24df3.zip | |
Add JTAG_VME
Diffstat (limited to 'Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk')
| -rw-r--r-- | Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk b/Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk index 4f323be68..e8a04c3df 100644 --- a/Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk +++ b/Software/Embedded_SW/Embedded/debug_w_pmr/sources.mk @@ -124,6 +124,7 @@ GEN_OPTS__QUOTED := # Every subdirectory with source files must be described here SUBDIRS := \ . \ +Common/SWUpdate \ Common/SW_Info \ Common/Software_CRC \ Common/Sys_PinOut_Config \ @@ -136,28 +137,36 @@ Communication/PMR/Connection \ Communication/PMR/Debugging \ Communication/PMR/Diagnostics \ Communication/PMR/Hardware \ +Communication/PMR/IO \ Communication/PMR/Printing \ Communication/PMR/Stubs \ Drivers/ADC_Sampling \ -Drivers/Danser_SSI \ Drivers/FPGA \ Drivers/FPGA/FPGA_GPIO \ +Drivers/FPGA/FPGA_INTERRUPTS \ +Drivers/FPGA/JTAG_VME/slim_vme_8051 \ Drivers/FPGA/Moters_Driver \ +Drivers/Flash_Memory/FATFS \ Drivers/Flash_Memory \ Drivers/Heater \ +Drivers/I2C_Communication/ADC_MUX \ +Drivers/I2C_Communication/DAC \ +Drivers/I2C_Communication/Dispensers_EEPROM_MUX \ Drivers/I2C_Communication \ Drivers/I2C_Communication/I2C_Switch \ Drivers/I2C_Communication/Thermo_K \ Drivers/Motors \ Drivers/On_Chip_Flash \ -Drivers/Peripheral_GPIO \ Drivers/SPI \ +Drivers/SSI_Comm/Dancer \ +Drivers/SSI_Comm \ +Drivers/SSI_Comm/Speed_Sensor \ Drivers/USB_Communication \ Drivers/Uart_Comm \ Drivers/Valves \ -Drivers/twine_graphicslib \ Modules/AlarmHandling \ Modules/Control \ +Modules/Diagnostics \ Modules/General \ Modules/Heaters \ Modules/IDS \ |
