- 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
-
- 20 Aug, 2012 1 commit
-
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@5406 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 15 Aug, 2012 1 commit
-
-
jhugues authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@5382 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 27 Jun, 2012 3 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
-
jdelange authored
- Fix undefined symbol that breaks the testsuite git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4918 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 26 Jun, 2012 3 commits
-
-
jdelange authored
include/po_hi_task.h - Introduce the __po_hi_task_wait_offset function - Stub of the new __po_hi_task_wait_offset function git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4909 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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 3 commits
-
-
jdelange authored
include/po_hi_transport.h - Introduce __po_hi_transport_associate_port_bus to dynamically change the bus associated to a port. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4888 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
jdelange authored
include/po_hi_transport.h - Introduce __po_hi_transport_share_bus to check if two devices share the same bus git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4883 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 04 Jun, 2012 4 commits
-
-
jdelange authored
- Support for the delay_until function on Win32 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4657 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
- Update copyright git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4652 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
-
- 01 Jun, 2012 4 commits
-
-
jdelange authored
- Remove debug messages git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4638 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
src/po_hi_gqueue.c - Adapt init and gqueues mechanisms so that all local examples can run on WIN32 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4637 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
src/po_hi_protected.c - Protected objects are now correctly handled on Win32 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4632 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
include/po_hi_task.h src/po_hi_time.c src/po_hi_task.c - Modification for WIN32 API git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4628 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 May, 2012 1 commit
-
-
jdelange authored
- Avoid function definition warnings git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4455 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 08 May, 2012 2 commits
-
-
jdelange authored
po-hi-c/src/po_hi_lua.c - Put information in debug mode when LUA is not available git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4438 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Fix compilation issues, LUA engine working again git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@4427 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 3 commits
-
-
jdelange authored
- Avoid compilation warning git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3768 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
jdelange authored
- Fix compilation warnings git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3765 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Feb, 2012 3 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
include/po_hi_lua.h - Adapt PolyORB-HI-C to LUA 5.2 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3753 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
-
- 27 Jan, 2012 1 commit
-
-
jdelange authored
po-hi-c/src/po_hi_lua.c - Import capability to execute a script contained in a string git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3703 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Jan, 2012 3 commits
-
-
jdelange authored
po-hi-c/src/po_hi_time.c po-hi-c/examples/aadlv2/lua/hello2.lua - Fix time integration in LUA git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3686 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Import get_time function to retrieve onboard time functions git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3680 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
po-hi-c/src/po_hi_lua.c - Fix compilation issues git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3678 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 24 Jan, 2012 3 commits
-
-
jdelange authored
- Interface PolyORB-HI-C service within LUA * po-hi-c/examples/aadlv2/lua/lua-ping.aadl po-hi-c/examples/aadlv2/lua/ping.lua - Example of PolyORB-HI-C use within LUA git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3675 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
po-hi-c/src/po_hi_lua.c - Comment the code git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3674 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
po-hi-c/src/po_hi_lua.c - Finish LUA integration * po-hi-c/configure.ac - Put appropriate linker flag to compile with LUA on Native git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3672 129961e7-ef38-4bb5-a8f7-c9a525a55882
-