- 14 Nov, 2014 1 commit
-
-
yoogx authored
-
- 13 Nov, 2014 1 commit
-
-
yoogx authored
-
- 09 Jun, 2014 1 commit
-
-
yoogx authored
-
- 25 Mar, 2013 2 commits
- 15 Jan, 2013 2 commits
-
-
jhugues authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@6216 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
yoogx authored
-
- 23 Sep, 2012 1 commit
-
-
jhugues authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@5655 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Sep, 2012 2 commits
-
-
jdelange authored
- Fix headers inclusion git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@5639 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Fix compilation issues for Ethernet driver of LEON, - with undeclared function. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@5625 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 27 Jun, 2012 2 commits
-
-
jdelange authored
src/drivers/po_hi_driver_linux_serial.c - Fix serial driver compilation issue git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4924 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Find the right number of buses connected, should fix build issues. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4923 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 26 Jun, 2012 2 commits
-
-
jdelange authored
- Update drivers source so that they declare their sending function during initialization git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4904 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
src/po_hi_transport.c - Update transport functions, use a dynamic function table to store the function to be call for each device to send data. - Introduce a static __po_hi_send_output, remove the old generated one. - Introduce the following functions to help the handling of device driver sending functions: * __po_hi_transport_get_sending_func * __po_hi_transport_set_sending_func * __po_hi_transport_call_sending_func_by_port * __po_hi_transport_call_sending_func_by_device - Remove the __po_hi_transport_send_default, replace with a single function __po_hi_transport_send for both local and distributed communications. - __po_hi_transport_send is synonym for __po_hi_send_output and __po_hi_transport_default (backward compatibility) * include/po_hi_types.h - Update copyright header for types * src/drivers/po_hi_driver_sockets.c - Update driver, register sending function when starting git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4903 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Jun, 2012 1 commit
-
-
jdelange authored
- Handle multiple buses using the socket driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4884 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 Jun, 2012 2 commits
-
-
jdelange authored
- First support for PolyORB-HI-C network driver for Windows. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4654 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
src/drivers/po_hi_driver_sockets.c - Socket driver compiles - have to investigate to get it working git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4649 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Mar, 2012 1 commit
-
-
jdelange authored
- Latest changes to have a driver working with RTEMS 4.11 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3946 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 20 Feb, 2012 1 commit
-
-
jdelange authored
- Adapt LEON ethernet driver for RTEMS 4.11 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3836 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Feb, 2012 1 commit
-
-
jdelange authored
- Fix compilation warning git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3766 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Feb, 2012 2 commits
-
-
jdelange authored
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/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 - Regenerate configuration data types/values git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3754 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Update default IP configuration, localhost1 and localhost2 having the same ports lead to conflicts git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3752 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Jan, 2012 1 commit
-
-
jdelange authored
- Report error when sending through a socket failed git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3595 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Dec, 2011 1 commit
-
-
jdelange authored
include/drivers/configuration - Update configuration to include the use-router parameter for SpaceWire. * src/drivers/po_hi_driver_rasta_spacewire.c - Use the use-router of SpaceWire to transmit the destination of SpaceWire packets. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3577 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 20 Dec, 2011 1 commit
-
-
jdelange authored
- Do not put the sent value as sent so that it sends it indefinitely. To be double checked by Maxime before closing bug #262. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3574 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Dec, 2011 1 commit
-
-
tsiodras authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3499 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 05 Dec, 2011 1 commit
-
-
jdelange authored
- Change the implementation to be compliant with the new interface and types git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3480 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 02 Dec, 2011 1 commit
-
-
jdelange authored
- Interface the sockets driver with the monitoring capability in order to be able to run the demo. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3476 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Nov, 2011 1 commit
-
-
jdelange authored
- Make the LEON ethernet driver compliant with the latest task API git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3426 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 03 Nov, 2011 1 commit
-
-
jdelange authored
- Fix user-defined protocols support git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3419 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 13 Oct, 2011 3 commits
-
-
jdelange authored
- Fix potential race condition, driver shall work in all environment right now. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3314 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
- 01 Sep, 2011 3 commits
-
-
jdelange authored
- Fix the driver, adapt configuration concerns with ASN.1 driver configuration. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3095 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
include/drivers/configuration/ - Update drivers data types definition with gateway, broadcast and netmask values to be used by the RTEMS driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3093 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
include/drivers/po_hi_driver_leon_eth.h src/drivers/po_hi_driver_leon_eth.c src/drivers/Makefile.am share/make/Makefile.common - Add skeletons of leon ethernet driver to be compiled. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3072 129961e7-ef38-4bb5-a8f7-c9a525a55882
-