- 10 Feb, 2011 1 commit
-
-
julien.delange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2103 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 09 Feb, 2011 3 commits
-
-
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
-
julien.delange authored
* remove TASTE specific properties in devices library, use deployment name space instead git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2089 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
and add it to ASN.1 data components git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2088 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 08 Feb, 2011 1 commit
-
-
julien.delange authored
backends/ocarina-backends-properties.ads - Handle Activate_Entrypoint property * backends/ocarina-backends-po_hi_c-activity.adb - Now handle the Activate_Entrypoint property correctly. * backends/ocarina-backends-po_hi_c-main.adb - Fix Initialize_Entrypoint semantics according to the AADL standard. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2081 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Feb, 2011 2 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2079 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
minor reformatting git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2078 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
-
- 31 Jan, 2011 2 commits
-
-
julien.delange authored
later git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2069 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
maxime1008 authored
[deployment.aadl] Added the Deployment::Config property, as used by TASTE-DV to configure drivers git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2067 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 6 commits
-
-
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
-
julien.delange authored
resources/AADLv2/components/devices/sockets-raw.aadl resources/AADLv2/components/devices/serial-raw.aadl resources/AADLv2/components/devices/leon-serial.aadl resources/AADLv2/components/devices.aadl - Add the relevant data component that describes the ASN.1 configuration for serial devices. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2055 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
AADLv2/components/devices/sockets-raw.aadl AADLv2/components/devices.aadl - Delete the old sockets generic driver - Delete the ASN.1 specific driver, has to be rewritten soon. - Keep only two drivers : one specific to RTEMS (ne2000), and another that is configured using ASN.1. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2046 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
to deployment properties in order to not rely on TASTE specific properties within ocarina predefined library. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2045 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Also define the property in ocarina config AADL properties git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2044 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Add a new option to provide the ability to load ocarina components library from scenario files. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2043 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 24 Jan, 2011 2 commits
-
-
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
-
julien.delange authored
- Add extern declaration of configuration variables of devices in deployment files * ocarina/src/backends/ocarina-backends-build_utils.adb - Add the file that contains the configuration variable in the list of files to be compiled * ocarina/src/backends/ocarina-backends-po_hi_c-runtime.ads - Add RE_Devices_Configuration_Values that is an array that contains a reference to the variable that contain device configuration * ocarina/src/backends/ocarina-backends-c_common-mapping.adb ocarina/src/backends/ocarina-backends-c_common-mapping.ads - Add Map_Device_Confvar_Name to define the name of the configuration variable of a device git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2034 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 23 Jan, 2011 2 commits
-
-
julien.delange authored
- Describe the number of buses accessed by each device - Put the buses names accessed by each device. * backends/ocarina-backends-po_hi_c-runtime.ads - Add RE_Devices_Nb_Accessed_Buses - Add RE_Devices_Accessed_Buses * backends/ocarina-backends-c_common-mapping.adb backends/ocarina-backends-c_common-mapping.ads - Add Map_Devices_Buses_Array_Name that provides a name for the array that describes the buses accessed by the device. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2033 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Generate the __po_hi_bus_id type * backends/ocarina-backends-po_hi_c-runtime.ads - Add RE_Bus_Id * backends/ocarina-backends-c_common-mapping.adb - Map_C_Enumerator can now map bus components git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2032 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 21 Jan, 2011 1 commit
-
-
julien.delange authored
- Introduce the configuration type property to describe the type to be used with a device git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2028 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 20 Jan, 2011 2 commits
-
-
julien.delange authored
AADLv2/components/devices.aadl - Add the new LEON serial device driver git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2019 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Display information about the bus to ease requirements traceability. - First version of the connection_matrix backend done (proof of concept). git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2018 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 19 Jan, 2011 1 commit
-
-
julien.delange authored
- Update the definition of an XML_File so that we can specify another extension (.html in our case) * src/backends/ocarina-backends-connection_matrix-main.adb src/backends/ocarina-backends-connection_matrix-main.ads - Main backend code to produce the connectivity matrix of a model. * src/backends/ocarina-backends-connection_matrix.adb src/backends/ocarina-backends-connection_matrix.ads - Entry point for the connection_matrix backend * src/backends/ocarina-backends-xml_tree-generator.adb * src/backends/ocarina-backends-xml_tree-nutils.adb - By default, an XML file node will be created with the .xml file extension. .html will be optional and must be explicitly set by the user. * src/backends/ocarina-backends.adb src/backends/ocarina-backends.ads - Integrate the connection_matrix backend git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2017 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 17 Jan, 2011 3 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2007 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
the range of its property definition git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2006 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2005 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 14 Jan, 2011 1 commit
-
-
julien.delange authored
ocarina/resources/AADLv2/components/devices.aadl - Add specification of the LEON serial driver * ocarina/resources/AADLv2/taste_properties.aadl - Description of encoding type to be used on a bus git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@2002 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 Jan, 2011 2 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1967 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1966 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 06 Jan, 2011 2 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1952 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
hugues.jerome authored
language; update reference output accordingly. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1951 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 10 Dec, 2010 2 commits
-
-
ttsiodras authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1882 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
ttsiodras authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1881 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 07 Dec, 2010 1 commit
-
-
julien.delange authored
- Avoid inconsistent array definition that describes the endianness of each node. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1861 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 05 Dec, 2010 1 commit
-
-
julien.delange authored
- The NB_NODES constant definition is now the same on all generated deployment.h file git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1857 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 30 Nov, 2010 1 commit
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1842 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 28 Nov, 2010 2 commits
-
-
hugues.jerome authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1833 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
julien.delange authored
- Avoid the redefinition of two same devices bound to the same processor git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@1831 129961e7-ef38-4bb5-a8f7-c9a525a55882
-