- 25 Jan, 2011 4 commits
-
-
julien.delange authored
- remove reference to the old sockets driver that was used as the default transport layer git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2050 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2049 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
include/drivers/po_hi_driver_sockets_common.h src/drivers/po_hi_driver_sockets_common.c src/drivers/po_hi_driver_sockets_asn1.c src/drivers/po_hi_driver_sockets.c src/drivers/configuration/Makefile.am - Delete old sockets driver - Delete old ASN.1 driver - Keep only ne2000 driver for RTEMS and generic driver configured using ASN.1 types git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2047 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2041 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Jan, 2011 1 commit
-
-
julien.delange authored
* po-hi-c/include/drivers/configuration po-hi-c/include/drivers/configuration/Makefile.am - Automatically package header files generated by asn1.exe * po-hi-c/include/drivers/Makefile.am - Package files generated in the configuration/ subdirectory * po-hi-c/src/drivers/configuration po-hi-c/src/drivers/configuration/serial.asn po-hi-c/src/drivers/configuration/spacewire.asn po-hi-c/src/drivers/configuration/main.asn po-hi-c/src/drivers/configuration/ip.asn po-hi-c/src/drivers/configuration/1553.asn - Add device driver configuration specification in ASN.1 * po-hi-c/src/drivers/configuration/Makefile.am - Add rules for packaging .c/.h files generated by asn.1 - Add generation rules to generate source file from asn.1 files * po-hi-c/src/drivers/Makefile.am - Package files generated in the configuration/ subdirectory * po-hi-c/configure.ac - Produce Makefile in new configuration directories. * po-hi-c/Makefile.am - Fix error with the doc/ directory - Add the generate-driver-configuration target to force the generation of .c/.h files from ASN.1 description git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2027 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
-
- 14 Jan, 2011 1 commit
-
-
julien.delange authored
po-hi-c/src/po_hi_task.c - Headers update * po-hi-c/src/drivers/po_hi_driver_leon_serial.c po-hi-c/include/drivers/po_hi_driver_leon_serial.h po-hi-c/src/drivers/Makefile.am po-hi-c/share/make/Makefile.common - Begin to add LEON serial driver and integrate it in the release and the compilation process git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2003 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 15 Nov, 2010 1 commit
-
-
julien.delange authored
po-hi-c/src/po_hi_transport.c po-hi-c/src/drivers/po_hi_driver_sockets.c po-hi-c/src/drivers/po_hi_driver_sockets_asn1.c - Use the __po_hi_ prefix for all global variables git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1769 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Oct, 2010 1 commit
-
-
julien.delange authored
* po-hi-c/include/po_hi_transport.h - Fix to compile with embedded libc * po-hi-c/src/po_hi_protected.c - Handle PIP and IPCP protocols * po-hi-c/src/po_hi_gprof_rtems_leon.c - Begin to handle GPROF for LEON over serial line * po-hi-c/src/drivers/po_hi_driver_sockets.c - Handle RTEMS NE2000 driver * po-hi-c/src/drivers/po_hi_driver_rasta_common.c po-hi-c/src/drivers/po_hi_driver_rasta_serial.c po-hi-c/src/drivers/po_hi_driver_rasta_spacewire.c - Some fixes for the FPGA/LEON/RASTA integration * po-hi-c/share/make/Makefile.common - Fix flags and compilated files to include * po-hi-c/configure.ac - Fix list address git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1651 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 22 Oct, 2010 1 commit
-
-
julien.delange authored
- Remove useless informations when debug is not active * src/po_hi_transport.c - Remove useless informations when debug is not active * include/po_hi_debug.h - Defines new mechanisms to print debug information * configure.ac - Define the new 4 debug levels mechanisms git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1646 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Oct, 2010 1 commit
-
-
julien.delange authored
- Define the __PO_HI_PROTECTED_PROTOCOL_ constants to define supported concurrency protocols. * include/po_hi_task.h - Add constant about the min and max priorities of task with the RTEMS executive. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1638 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 14 Sep, 2010 2 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1487 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
- 01 Sep, 2010 1 commit
-
-
julien.delange authored
src/drivers/po_hi_driver_rasta_spacewire.c - Initialize the card only once * src/drivers/po_hi_driver_rasta_common.c include/drivers/po_hi_driver_rasta_common.h - Introduce common function for initialization to avoid multiple initialization from different RASTA drivers * src/drivers/Makefile.am include/drivers/Makefile.am - include new sources and headers in pohic release * include/po_hi_common.h - Update max number of drivers we can use inside RTEMS * share/make/Makefile.common - Automatically compile po_hi_driver_rasta_common.c file git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1432 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Aug, 2010 1 commit
-
-
julien.delange authored
is present 2. implement the non blocking keyboard driver with curses library git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1385 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 23 Aug, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1354 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 19 Aug, 2010 1 commit
-
-
julien.delange authored
with the new TASTE version git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1330 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Aug, 2010 2 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1252 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1242 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Aug, 2010 3 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1241 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1240 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1234 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 Aug, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1221 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 29 Jul, 2010 2 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1172 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1161 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 28 Jul, 2010 3 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1159 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1157 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
continue implementation of service 9 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1156 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 27 Jul, 2010 4 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1138 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1135 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1134 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
also add some debug information for the transport layer git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1133 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 20 Jul, 2010 2 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1057 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1055 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 14 Jul, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1004 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 13 Jul, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1001 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 Jul, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@990 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 Jul, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@983 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 08 Jul, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@967 129961e7-ef38-4bb5-a8f7-c9a525a55882
-