- 02 May, 2011 1 commit
-
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2558 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 26 Apr, 2011 1 commit
-
-
jdelange authored
- Fix rasta serial driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2548 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 1 commit
-
-
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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 01 Sep, 2010 2 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1435 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
- 14 May, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@616 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 3 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
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@576 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
avoid global variables in core services ! git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@573 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 May, 2010 3 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
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@559 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 May, 2010 3 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@537 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
-