summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2008-03-30Centralise the FSM test to the test directory.Nélio Laranjeiro
2008-03-30Rename the test directory in the gutter directory to gutter to be moved Nélio Laranjeiro
to the test in the io/src directory.
2008-03-30Moved teh getsamples fsm.Nélio Laranjeiro
2008-03-30Renamed the makefile and update the main.c in the test.Nélio Laranjeiro
2008-03-30Added some prototype of functions.Nélio Laranjeiro
2008-03-29Added the fsm for the gutter, The open and close commande for the Nélio Laranjeiro
collector are missing.
2008-03-29Update the getsamples fsm, the value inserted in the functions call Nélio Laranjeiro
shall be adapt before unsing it.
2008-03-29 * host/mex:Nicolas Schodet
- first mex version.
2008-03-28 * digital/io/srcJérémy Dufour
- use define for some configuration values; - use volatile for variable used inside and outside interruption (thanks to ni).
2008-03-28 * digital/io/srcJérémy Dufour
- correct the use of hysteresis with filter; - correct use of an identifier for sharps (thanks to ni).
2008-03-28 * digital/io/srcJérémy Dufour
- fix includes (thanks to ni).
2008-03-27 * digital/io/srcJérémy Dufour
- add chrono module to manage the duration of a match.
2008-03-27 * digital/io/srcJérémy Dufour
- add sharp module with hysteresis support.
2008-03-27 * digital/avr/modules/adcJérémy Dufour
- add support for ATMega128 (thanks to ni).
2008-03-27 * digital/avr/modules/adcJérémy Dufour
- correct a bug for the support of the ATMega16.
2008-03-27 * digital/io/srcJérémy Dufour
- correct bug in reading the state of a pin in switch module.
2008-03-27Update current limitation to rise an IT on falling edge and no longerGuillaume Chevillot
at low level.
2008-03-26 * tools/dfagen:Nicolas Schodet
- added generic states template.
2008-03-25 * tools/dfagen:Nicolas Schodet
- fixed warning in doc. - fixed missing newline. - added use of non default templates. - added warning about parser.g. - removed .orig file when patching.
2008-03-25 * digital/asserv/src/asserv:Nicolas Schodet
- better blocked state handling, now deactivate all motor control on blocking.
2008-03-24FSM for the gutter.Nélio Laranjeiro
2008-03-24Update the FSM for the getsamples.Nélio Laranjeiro
2008-03-22Update the makefile file.Nélio Laranjeiro
2008-03-22Update the getsamples FSM to go to the distributor, take the samples and Nélio Laranjeiro
take samples...
2008-03-22 * digital/io/srcJérémy Dufour
- fix English typo in EEPROM and servo comments (thanks to ni for the remarks).
2008-03-22 * digital/io/srcJérémy Dufour
- add EEPROM command over UART protocol to: - save current configuration; - invalidate current configuration.
2008-03-22 * digital/io/srcJérémy Dufour
- add servo/trap commands over UART protocol to: - control the position of a servo motor (servo); - setup the configuration of vertical and horizontal position (trap); - open a path to a desired box (trap).
2008-03-22 * digital/io/srcJérémy Dufour
- add a function to configure position (vertical/horizontal) of a trapdoor.
2008-03-22 * digital/io/srcJérémy Dufour
- fix a bug in setting pins direction (use DDR rather than PORT for setting the pins direction (thanks to ni)).
2008-03-22 * digital/io/srcJérémy Dufour
- compute the number of TIC of a servos update cycle (rather than using a pre-defined one).
2008-03-22 * digital/io/srcJérémy Dufour
- use the helper macro set_bit where needed.
2008-03-22 * digital/avr/modules/utilsJérémy Dufour
- add an helper macro to set a bit to 1 in a byte.
2008-03-22Removed the loadsample fsm, it is integretated with the getsamples FSM.Nélio Laranjeiro
2008-03-20Correct an inversion in current limitation interrupt vectors.Guillaume Chevillot
Now left side is correctly on the left side and vice-versa.
2008-03-20Update "LED Flash" function to show a reboot more explicitely :Guillaume Chevillot
LEDs on 0.25s and after LEDs off 0.25s instead off LEDs on 0.5s
2008-03-20- Current limitation set command to High-Z so to be coherent turn on LEDs Guillaume Chevillot
instead - Do not set back interrupts in current limitation IT because it is continuously called when we are in limitation
2008-03-19 * digital/io/srcJérémy Dufour
- add trap module (not integrated in the io program); - add eeprom module to support load/store parameters (for the trap module); - partial integration of eeprom in the io program.
2008-03-19 * digital/io/srcJérémy Dufour
- add servo module (not integrated yet in the io program).
2008-03-19 * digital/io/srcJérémy Dufour
- undefined macro after usage in header file (switch.h).
2008-03-19Added the dfagen file for the FSM loadsamples. This is a first shoot, Nélio Laranjeiro
it is not complete.
2008-03-19Removed generated files from the repository.Nélio Laranjeiro
2008-03-19First dfagen for the getsamples fsm. This is only a first shoot, all the Nélio Laranjeiro
transitions are not presents.
2008-03-17 * tools/dfagen:Nicolas Schodet
- added dfagen.
2008-03-16Try to fill the ia functions.Nélio Laranjeiro
2008-03-16 * digital/asserv/src/asserv:Nicolas Schodet
- added AMAX32GHP model. - fixed missing voltage multiplication. - added support for separated encoders. - model reorganisation. - fixed counters drift.
2008-03-14 * digital/asserv/models:Nicolas Schodet
- added AMAX32GHP model.
2008-03-14 * digital/asserv/src/asserv:Nicolas Schodet
- added auxiliary motor position and speed control.
2008-03-14 * digital/avr/modules/proto:Nicolas Schodet
- added 6 words send.
2008-03-14 * digital/asserv/src/asserv:Nicolas Schodet
- moved speed control state to structures.
2008-03-14 * digital/asserv/src/asserv:Nicolas Schodet
- moved position control parameters to a structure.