- 13 Oct, 2011 2 commits
-
-
jdelange authored
- Fix synchronisation issue. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3313 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Fix debug output git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3312 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 Oct, 2011 1 commit
-
-
jdelange authored
- Clean driver, ability to work with big/little endian and multiple connected drivers on the same bus/network. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3303 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 23 Sep, 2011 1 commit
-
-
jdelange authored
drivers/po_hi_driver_leon_eth.c - Fix issue from bug 221 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3187 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Sep, 2011 1 commit
-
-
jdelange authored
po-hi-c/src/drivers/po_hi_driver_rasta_serial.c po-hi-c/src/drivers/po_hi_driver_sockets.c po-hi-c/src/drivers/po_hi_driver_rasta_spacewire.c po-hi-c/src/drivers/po_hi_driver_rasta_1553.c po-hi-c/src/drivers/po_hi_driver_leon_serial.c po-hi-c/src/drivers/po_hi_driver_leon_eth.c po-hi-c/src/drivers/po_hi_driver_linux_serial.c - Put variables that consume lot of memory on the heap instead of thread stack git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3178 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 19 Sep, 2011 1 commit
-
-
jdelange authored
- Fix bug #216 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3151 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 11 Aug, 2011 2 commits
-
-
jdelange authored
- Adapt the driver for the user-defined protocols git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2980 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2976 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 22 Jun, 2011 1 commit
-
-
jdelange authored
po-hi-c/include/drivers/po_hi_driver_rasta_serial.h po-hi-c/include/drivers/po_hi_driver_sockets.h po-hi-c/include/drivers/po_hi_driver_rasta_spacewire.h po-hi-c/include/drivers/configuration/1553.h po-hi-c/include/drivers/configuration/serial.h po-hi-c/include/drivers/configuration/spacewire.h po-hi-c/include/drivers/configuration/ip.h po-hi-c/include/drivers/po_hi_driver_leon_serial.h po-hi-c/include/drivers/po_hi_driver_linux_serial.h po-hi-c/src/drivers/po_hi_driver_rasta_serial.c po-hi-c/src/drivers/po_hi_driver_sockets.c po-hi-c/src/drivers/po_hi_driver_rasta_spacewire.c po-hi-c/src/drivers/po_hi_driver_leon_serial.c po-hi-c/src/drivers/configuration/serial.asn po-hi-c/src/drivers/configuration/serial.c po-hi-c/src/drivers/configuration/spacewire.c po-hi-c/src/drivers/configuration/ip.c po-hi-c/src/drivers/configuration/1553.c po-hi-c/src/drivers/po_hi_driver_linux_serial.c po-hi-c/src/drivers/po_hi_driver_keyboard.c - Adapt existing drivers with the new required signature: add a __po_hi_device_id argument to poller subprograms. * po-hi-c/share/make/Makefile.common - Give the priority to user-defined LDFLAGS git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2702 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 08 Jun, 2011 1 commit
-
-
jdelange authored
* Add support for VCD trace files git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2672 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 18 Mar, 2011 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2369 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 15 Mar, 2011 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2340 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Jan, 2011 1 commit
-
-
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
-
- 24 Jan, 2011 1 commit
-
-
julien.delange authored
- Introduce the new __po_hi_get_device_configuration function to get ASN.1 configuration structures * src/drivers/po_hi_driver_sockets.c src/drivers/po_hi_driver_sockets_common.c - Adapt driver for new configuration structures - Break all tests at this time, need to adapt existing examples - ASN.1 will win ! git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2039 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 05 Dec, 2010 1 commit
-
-
julien.delange authored
- specify returned value to avoid warnings during compilation git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1858 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
-
- 07 Oct, 2010 1 commit
-
-
julien.delange authored
- Do not send any data if the port does not have fresh data to send. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@1571 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
-
- 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
-
- 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
-
- 08 Jun, 2010 1 commit
-
-
julien.delange authored
clean driver/sockets code git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@749 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Jun, 2010 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@744 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 27 May, 2010 1 commit
-
-
julien.delange authored
one common to the RAW (traditional marshallers) and ASN1 drivers and one specific to each driver implementation. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@701 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 1 commit
-
-
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 2 commits
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@559 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@551 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 May, 2010 5 commits
-
-
julien.delange authored
introduce dedicated functions git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@548 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
update build system git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@546 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@544 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@543 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
-
- 29 Apr, 2010 3 commits
-
-
julien.delange authored
be the socket transport driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@516 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
* begin to separate sockets interface with the transport layer git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@513 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@512 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
-