- 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 6 commits
-
-
jdelange authored
- RTEMS and Xenomai task creation matches new function prototypes * po-hi-c/src/po_hi_gprof_rtems_leon.c - Fix compilation warning git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3310 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Change poller signature so that it fits with source declaration. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3304 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
-
jdelange authored
include/po_hi_task.h - Provide the ability to pass an argument to a new task. Used by device drivers to identify the device id on the associated poller. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3302 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Remove useless output that is too noisy when debugging. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3301 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
src/po_hi_transport.c - Add support for the function __po_hi_transport_get_node_from_device to retrieve the node associated with a device. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3300 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 23 Sep, 2011 2 commits
-
-
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
-
jdelange authored
- Define the TIMEOUT maccro for Linux and RTEMS git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3186 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 6 commits
-
-
jdelange authored
- Adapt resources dimensions to fit with the RTEMS ethernet driver requirements. Thus, driver works on both POSIX and PURE RTEMS skins. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3097 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Do not put the __po_hi_inetnode_t dependent on the sockets driver so that we can reuse it in the RTEMS ethernet driver. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3096 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
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
- Fix debug output git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3094 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
-
- 25 Aug, 2011 1 commit
-
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3058 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 24 Aug, 2011 3 commits
-
-
jdelange authored
- Fix port number to be used git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3027 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Avoid redefinition of some constants for RTEMS_PURE git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3026 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Define correct amount of MAXIMUM_DRIVERS when using RTEMS_PURE git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3025 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 19 Aug, 2011 2 commits
-
-
jdelange authored
- Do not redefine Init() for NDS and GUMSTIX targets git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3011 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Make the output file with the .nds extension executable so that the orchestrator copies it in the outputdir/binaries directory git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3010 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 18 Aug, 2011 6 commits
-
-
jdelange authored
- Ensure that we send through the second port when specifying node2 git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3006 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Always put the USER flags at the end so that it may have priority git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3005 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Adapt the build process to different version of RTEMS git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3004 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Handle leon.rtems_posix target git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3003 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Don't use fprintf directly, rely on debug facilities git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3002 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Handle leon.rtems_posix platform git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@3001 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 16 Aug, 2011 1 commit
-
-
jdelange authored
git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2993 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 15 Aug, 2011 2 commits
-
-
jdelange authored
po-hi-c/src/po_hi_transport.c - Ensure that protocol-related functions are always defined to avoid any link issue with missing functions. - Adapt functions behavior, depending on existing generated code. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2992 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
po-hi-c/share/utils/gumstix-uboot.bin - Add necessary files to build gumstix flash to simulate the system with QEMU * po-hi-c/share/make/Makefile.nds.rtems po-hi-c/share/make/Makefile.gumstix.rtems - Add a sim target that automatically starts the appropriate simulator (qemu or desmume). git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2989 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 13 Aug, 2011 4 commits
-
-
jdelange authored
- Pure more debug - When queue is full, release the processor at least one tick to let the opportunity to the scheduler to execute another task. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2988 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Add more debug output for the RTEMS PURE example git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2987 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Nintendo DS configuration build now uses the RTEMS PURE API git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2986 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
jdelange authored
- Remove useless constant definition git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2985 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 12 Aug, 2011 1 commit
-
-
jdelange authored
defined (Check the value of __PO_HI_NB_PROTOCOLS). Should build the testsuite error of 20110812. git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/po-hi-c@2983 129961e7-ef38-4bb5-a8f7-c9a525a55882
-
- 11 Aug, 2011 1 commit
-
-
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
-