- 19 Sep, 2019 1 commit
-
-
Jerome Hugues authored
local ports For openaadl/ocarina#236
-
- 03 May, 2019 1 commit
-
-
yoogx authored
For openaadl/ocarina#160
-
- 22 Aug, 2018 1 commit
-
-
yoogx authored
-
- 20 Jun, 2018 1 commit
-
-
yoogx authored
-
- 01 Jun, 2018 1 commit
-
-
yoogx authored
For openaadl/ocarina#161
-
- 30 Apr, 2018 1 commit
-
-
yoogx authored
to the case nos bus is defined. The value '0' denoting a valid bus For openaadl/ocarina#148
-
- 26 Dec, 2017 1 commit
-
-
yoogx authored
For openaadl/ocarina#119
-
- 07 Mar, 2017 1 commit
-
-
yoogx authored
For issue #83
-
- 18 Nov, 2016 1 commit
-
-
yoogx authored
size of all threads in the system For issue #59
-
- 24 Jun, 2016 1 commit
-
-
yoogx authored
-
- 22 Mar, 2016 1 commit
-
-
yoogx authored
-
- 10 Oct, 2015 1 commit
-
-
yoogx authored
routines to fetch various kind of property types. First step of #19
-
- 16 Jun, 2015 1 commit
-
-
yoogx authored
For issue #43
-
- 26 Mar, 2015 1 commit
-
-
yoogx authored
-
- 30 Jun, 2014 1 commit
-
-
yoogx authored
-
- 05 May, 2014 1 commit
-
-
yoogx authored
avoid collision with external packages
-
- 11 Oct, 2012 1 commit
-
-
jhugues authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@5767 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 17 Sep, 2012 1 commit
-
-
jhugues authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@5604 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 08 Jun, 2012 1 commit
-
-
jdelange authored
- Fix error when ports are not connected, print fatal error. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@4705 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 03 Jun, 2012 1 commit
-
-
jdelange authored
ocarina/src/backends/ocarina-backends-properties.ads ocarina/src/backends/ocarina-backends-po_hi_c.adb ocarina/src/backends/ocarina-backends-po_hi_c-deployment.adb - Handle the WIN32 architecture in Makefiles git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@4641 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 Oct, 2011 1 commit
-
-
jdelange authored
- Generate the __po_hi_devices_to_nodes array in deployment.c file. * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads - Add RE_Devices_To_Nodes global variables to know which node is associated to which device. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@3299 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 24 Aug, 2011 1 commit
-
-
jdelange authored
- Fix protocol array initialization when an IN port is connected to several other ports. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@3024 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 19 Aug, 2011 1 commit
-
-
jdelange authored
- Handle endianess of NDS and GUMSTIX execution platforms git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@3013 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 15 Aug, 2011 1 commit
-
-
jdelange authored
- Ensure that the protocol is correctly defined when trying to map its name. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2991 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 Aug, 2011 1 commit
-
-
jdelange authored
- ALWAYS define __po_hi_protocol_t type - Define the protocol deployment info ONLY if required. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2982 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 11 Aug, 2011 2 commits
-
-
jdelange authored
- Define __PO_HI_USE_PROTOCOL_<PROTOCOL_NAME> macro for each used protocol. - Define a global array that detail each protocol used to handle the communication between two ports. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2975 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Generate deployment information that indicate which protocol is used by each port connection * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads - Add the RE_Ports_Protocols entity to map the protocol informations in an array git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2973 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 Aug, 2011 2 commits
-
-
jdelange authored
- Map the configuration of protocols in an array. (marshaller/unmarshaller subprograms). * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads - Add the following entities : * RE_Protocol_Conf_T : type that describe the configuration concerns for a given protocol. * RE_Protocols_Configuration : array that contains the configuration of ALL protocols. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2969 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Fix the build system to include ASN1Scc runtime when using ASN1 * ocarina/src/backends/ocarina-backends-po_hi_c-deployment.adb - Generate identifiers for protocols (see enum __po_hi_protocol_t) - Generate the macro __PO_HI_NB_PROTOCOLS * ocarina/src/backends/ocarina-backends-build_utils.adb - Do not visit data subcomponents in build utils since it crashes the testsuite * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads - Add RE_Nb_Protocols - Add RE_Protocol_T * ocarina/src/backends/ocarina-backends-c_common-mapping.adb - Add mapping rules to convert virtual bus names into C enumerator (see Map_C_Enumerator_Name) git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2968 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 05 Aug, 2011 1 commit
-
-
jdelange authored
ocarina/src/backends/ocarina-backends-properties.ads ocarina/src/backends/ocarina-backends-po_hi_c.adb ocarina/src/backends/ocarina-backends-po_hi_c-deployment.adb - Handle new platforms for RTEMS and compcert deployment git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2945 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Apr, 2011 1 commit
-
-
jdelange authored
for event ports. Fix sunseeker example. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2457 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 28 Mar, 2011 1 commit
-
-
julien.delange authored
- Fix POK makefile to be able to compile IMA case studies * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads ocarina/src/backends/ocarina-backends-pok_c-makefile.adb - Define symbols used by PolyORB-HI-C git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2410 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 18 Mar, 2011 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2374 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 Mar, 2011 1 commit
-
-
julien.delange authored
of the system git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2321 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Feb, 2011 1 commit
-
-
julien.delange authored
ocarina/src/backends/ocarina-backends-properties.ads ocarina/src/backends/ocarina-backends-po_hi_c.adb ocarina/src/backends/ocarina-backends-po_hi_c-deployment.adb ocarina/resources/deployment.aadl - Update AADL properties and properties handling so that we can define xenomai targets git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2193 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Feb, 2011 1 commit
-
-
julien.delange authored
- Adapt Makefile for multiple user sources dir * ocarina/src/backends/ocarina-backends-po_hi_c-deployment.adb - Avoid several configuration patterns (string and asn1 based) * ocarina/src/backends/ocarina-backends-c_common-mapping.adb - Adapt the external variable naming schema according to buildsupport git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2099 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 01 Feb, 2011 1 commit
-
-
julien.delange authored
- Use 0 instead of NULL since NULL is sometimes not defined * ocarina/resources/AADLv2/components/devices.aadl - Define the TASTE-specific properties for ASN.1 type description in devices. Temporary fix, waiting for Ellidiss to fix their parser. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2071 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 26 Jan, 2011 1 commit
-
-
julien.delange authored
- Map ASN type to C type names * ocarina/src/backends/ocarina-backends-c_common-mapping.adb ocarina/src/backends/ocarina-backends-c_common-mapping.ads - Add Map_ASN_Type function * ocarina/resources/Makefile.am - Substitute OCARINA_INCLUDE_PATH to the ocarina_components.aadl file * ocarina/resources/AADLv2/components/devices.aadl - Specify ASN.1 and C header files git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2062 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 25 Jan, 2011 1 commit
-
-
julien.delange authored
backends/ocarina-backends-build_utils.adb - Fix the path of configuration drivers sources * backends/ocarina-backends-po_hi_c-naming.adb - Remove the definition of useless arrays git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2056 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 24 Jan, 2011 1 commit
-
-
julien.delange authored
- Cast the configuration into __po_hi_uint32_t* (generic pointer). git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2037 129961e7-ef38-4bb5-a8f7-c9a525a55882
-