- 26 Apr, 2011 3 commits
-
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2544 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2543 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2542 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Jan, 2011 1 commit
-
-
julien.delange authored
drivers/po_hi_driver_serial_common.c drivers/po_hi_driver_leon_serial.c drivers/po_hi_driver_linux_serial.c - Adapt serial drivers to ASN.1 configuration policy - Work in Progress, has to be tested git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2053 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 17 Jan, 2011 2 commits
-
-
julien.delange authored
po-hi-c/src/drivers/po_hi_driver_serial_common.c - Add generic function to handle serial configuration * po-hi-c/include/drivers/Makefile.am po-hi-c/src/drivers/Makefile.am - Include po_hi_driver_serial_common.[h|c] in pohic release * po-hi-c/src/drivers/po_hi_driver_rasta_serial.c po-hi-c/src/drivers/po_hi_driver_leon_serial.c po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Adapt to use the new generic configuration mechanism * po-hi-c/share/config/leon-rtems/po_hi_rtemsconfig.h - Also take in account serial leon driver * po-hi-c/share/make/Makefile.common - Add po_hi_driver_serial_common to be compiled git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2014 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Produce different init output for sender/receiver * po-hi-c/src/drivers/po_hi_driver_leon_serial.c - Continue debugging * po-hi-c/share/make/Makefile.common - Adress compilation error git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2012 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 22 Dec, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1950 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 17 Dec, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1920 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Dec, 2010 1 commit
-
-
julien.delange authored
po-hi-c/src/drivers/po_hi_driver_rasta_common.c - Avoid warnings * po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Ensure that the received size is consistent and that the destination port is not out of bounds git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1862 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 29 Oct, 2010 1 commit
-
-
julien.delange authored
po-hi-c/src/drivers/po_hi_driver_rasta_common.c po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Adapt files to new debug levels git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1694 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 27 Oct, 2010 1 commit
-
-
julien.delange authored
src/drivers/po_hi_driver_rasta_spacewire.c src/drivers/po_hi_driver_rasta_common.c src/drivers/po_hi_driver_linux_serial.c - Version that works for the serial-spw case study * configure.ac - Fix debug level numbers git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1657 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 14 Sep, 2010 1 commit
-
-
julien.delange authored
- Automatically flush stderr when writing debug infos * po-hi-c/src/po_hi_task.c po-hi-c/include/po_hi_task.h - Add the __po_hi_tasks_killall function to terminate all application threads. * po-hi-c/src/po_hi_main.c - Force threads to be cancellable so that we are able to terminate them when a given period of time is reached. * po-hi-c/src/po_hi_gqueue.c - More debug information * po-hi-c/share/make/Makefile.common - Add more information about the RTEMS_MAKEFILE_PATH variable * po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Fix bug #0000028 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1485 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Sep, 2010 1 commit
-
-
julien.delange authored
po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Make different functions for sending and receiving in order to handle new AADL components of Ocarina - Fix receiving issues, disable controlling characters since we only send data. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1442 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 02 Sep, 2010 2 commits
-
-
julien.delange authored
- delete useless debug message * po-hi-c/src/drivers/po_hi_driver_rasta_spacewire.c - delete output about communication, put it as debug message * po-hi-c/src/drivers/po_hi_driver_linux_serial.c - remove endianess conversion, convert only the port and let the application-level layer convert the application data (through ASN1 converters with TASTE). git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1438 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Comment useless debug message since the code can now be considered as stable * po-hi-c/src/drivers/po_hi_driver_rasta_serial.c - Fix the CR/LF carriage return character * po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Add more debug information (vars and ports size) git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1436 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 May, 2010 1 commit
-
-
julien.delange authored
* import a test that try to use linux sender and rasta receiver serial drivers * import documentation about rapitime git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@606 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 11 May, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@601 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 May, 2010 2 commits
-
-
julien.delange authored
introduce new function to deduce device id from a port id git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@592 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
* complete spacewire driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@585 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 May, 2010 4 commits
-
-
julien.delange authored
must populate the code git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@581 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
* rasta and linux can now communicate * still a bug after some periods * bugfix : generate the appropriate number of mutexes required by RTEMS (see. po_hi_common.h) * add a swap function to handle endianness issues (see po_hi_utils.[h|c]) * need to debug to fix the remaining bug git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@579 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@577 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@576 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 May, 2010 5 commits
-
-
julien.delange authored
now works git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@568 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@564 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
* add information relevant for debug mode git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@563 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@560 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@559 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 May, 2010 2 commits
-
-
julien.delange authored
add init functions git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@538 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@536 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 14 Apr, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@457 129961e7-ef38-4bb5-a8f7-c9a525a55882
-