source: soft/giet_vm/applications

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @827   7 years meunier * Ajout de scripts pour rosenfeld
(edit) @826   7 years meunier * Mise à jour NR2 et Rosenfeld
(edit) @825   7 years alain 1) introduce a new classif application, using the vci_master_nic …
(edit) @824   8 years alain bloup
(edit) @823   8 years meunier * Improved scripts for simulations and graphes * Continued to clean …
(edit) @822   8 years meunier In rosenfeld: * Updated nrio0, nrio1, nrio2, nrio1f, nrio2f, nrio1x, …
(edit) @821   8 years meunier * Added several versions of rosenfeld: { SLOW, FAST } x { FEATURES, …
(edit) @813   8 years alain Cosmetic.
(edit) @812   8 years alain Introduce application FFT.
(edit) @806   8 years alain cosmetic
(edit) @805   8 years meunier * Adding the parallel version of rosenfeld
(edit) @804   8 years alain cosmetic.
(edit) @800   8 years alain add the Makefile.
(edit) @799   8 years alain Introducing a port of ocean application without macros.
(edit) @798   8 years meunier * Bug fixes in Rosenfeld
(edit) @796   8 years alain Introduce support for the DEL character in in the shell lexical analyser.
(edit) @793   8 years meunier * Using mipsel-ranlib instead of ranlib in nrc2 lib of rosenfeld
(edit) @792   8 years meunier * Adding missing files in libmath
(edit) @791   8 years meunier * Added function realloc * Started to put the bootloader on 2 Big …
(edit) @789   8 years alain Improve the shell: - introduce support for the LEFT / RIGHT / UP / …
(edit) @784   8 years alain Cosmetic.
(edit) @782   8 years alain 1) Introduce the string library. 2) Introduce a heap in the shell …
(edit) @780   8 years alain active = False in mjpeg.py
(edit) @779   8 years alain ctive = False in coproc.py
(edit) @778   8 years alain O_CREAT
(edit) @777   8 years meunier * Ajout de quelques fonction dans la lib math * Déplacement de …
(edit) @775   8 years alain Introduce the dump command in shell.
(edit) @772   8 years meunier * Ajout de l'application rosenfeld * Changement du nom du flag …
(edit) @769   8 years alain Use the giet_fat_fprintf() system call to save instrumentation results …
(edit) @768   8 years alain Use the giet_fat_mmap() syscall to implement the cat command.
(edit) @764   8 years alain Modify the transpose application to use replace the giet_fat_read() / …
(edit) @756   8 years cfuguet Improving the configuration infrastructure of the coremark application
(edit) @753   8 years cfuguet Introducing the coremark benchmark
(edit) @748   8 years alain Modify instrumentation to save results on virtual disk.
(edit) @747   8 years alain Introduce the cat command in the shell.
(edit) @741   8 years alain Remove the TG thread: The mjpeg strem dispatch is directly done by the …
(edit) @740   8 years alain cosmetic
(edit) @736   9 years alain Modify the mjpeg application to support an optional DCT hardware …
(edit) @724   9 years alain Update graphical applications.
(edit) @723   9 years alain Introduce application mjpeg.
(edit) @721   9 years alain cosmetic.
(edit) @720   9 years alain Adapt the router application to the POSIX API.
(edit) @718   9 years alain Modify sort application to use the pthreads API.
(edit) @712   9 years alain Introduce the giet_fbf_size() and giet_fbf_alloc() system calls.
(edit) @711   9 years alain Improve the user interface.
(edit) @710   9 years alain Remove the unused "ctrl.h" include in game.c
(edit) @708   9 years alain Adapt the following application to the POSIX threads API - convol - …
(edit) @703   9 years guerin shell: add sleep command, misc fixes
(edit) @693   9 years guerin remove last references to giet_shr_printf()
(edit) @692   9 years guerin raycast: not mirroring, but transposing
(edit) @691   9 years guerin raycast: precompute ymax 2087497 -> 2021308 cycles/frame (-3.2%) w/ 4 …
(edit) @687   9 years alain Introduce the ps command in shell. Adapt the router application.
(edit) @686   9 years guerin remove almalloc implementation It is in fact useless because malloc …
(edit) @685   9 years guerin raycast: remove branch in draw loops 2364988 -> 2170519 cycles/frame …
(edit) @684   9 years guerin raycast: mirror textures Mirror textures internally to use cache more …
(edit) @683   9 years guerin raycast: initial distributed implementation The main task runs on …
(edit) @679   9 years guerin raycast: dynamically allocate framebuffer With a 512x512 fb, the …
(edit) @677   9 years guerin raycast: draw textures
(edit) @676   9 years guerin raycast: load textures from misc/
(edit) @673   9 years guerin raycast: initial port Raycast is a small game that looks like …
(edit) @672   9 years guerin shell: cp: error code for the right fd
(edit) @669   9 years alain Introduce support for the "shared" argument in the giet_tty_alloc() …
(edit) @661   9 years guerin remove deprecated giet_fat_list()
(edit) @660   9 years guerin shell: use readdir for ls
(edit) @655   9 years guerin shell: cp: use carriage return to display progress
(edit) @654   9 years guerin fat32: implement O_TRUNC for _fat_open()
(edit) @644   9 years alain Introduce support for the "active" field in display.py
(edit) @643   9 years alain Introduce the "exec" and "kill" commands in the shell application.
(edit) @641   9 years guerin stdio: add %% support for printf()
(edit) @640   9 years guerin shell: initial interactive shell
(edit) @610   9 years alain Rename the path to .elf file in the "appli.py" files, because the …
(edit) @598   9 years guerin ocean: fix app broken by r589
(edit) @589   9 years alain Modify all applications to support two new rules: 1) introduce a local …
(edit) @584   9 years guerin ocean: fix compilation
(edit) @581   9 years laurent Adding ocean application, some mathematics functions and distributed locks
(edit) @574   9 years alain Cosmetic
(edit) @570   9 years alain Introduce a new image 256 * 256
(edit) @555   9 years alain Update coproc application to use the newly defined coprocessor system …
(edit) @549   9 years alain 1) Use private TTY terminals for all tasks in cluster[0,0]. 2) …
(edit) @544   9 years alain Introducing interactivity in the display application to test dynamic …
(edit) @543   9 years bellefin Using heap_init() function
(edit) @542   9 years bellefin Using the heap_init() function
(edit) @536   9 years alain Blap.
(edit) @533   9 years alain Introducing application coproc to test support fo the VciMwmrDma? component.
(edit) @515   9 years alain Cosmetic.
(edit) @509   9 years alain Using the CMA component for display.
(edit) @507   9 years alain Cosmetic.
(edit) @504   9 years alain Bug fix in the distributed heap mapping.
(edit) @502   9 years alain 1) Introduce distributed barriers in the multi-threads applications …
(edit) @488   9 years alain 1) Updating the classif application to introduce a "store" task in …
(edit) @480   9 years alain Cosmetic
(edit) @473   9 years alain Improving the classif application: We use now the distributed heap, …
(edit) @457   9 years alain Introducing the "classif" application. Updating the "transpose", …
(edit) @451   10 years alain Modify the "router" application to support the explicit declaration …
(edit) @444   10 years alain Introducing application "display"
(edit) @434   10 years cfuguet sort: using big pages for code and data
(add) @432   10 years alain 1) Introduce the "applications" directory. 2) Introduce the fixed …
Note: See TracRevisionLog for help on using the revision log.