summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-10*Glups* So many thngs to do...Guillaume Chevillot
2008-03-10- Add support of 'w' commandGuillaume Chevillot
- 'r' command works correctly now
2008-03-10 * digital/io/src/asservJérémy Dufour
- implement functions to receive and handle the ''shared'' status buffer between asserv and io; - implement functions for the upper layer (io) to get the status of the asserv board; - comments improvements and corrections.
2008-03-10 * digital/io/srcJérémy Dufour
* correct a few bugs in the asserv module (thanks to ni): - return a positive value; - use the LSB part for the distance and X/Y positions; - update todo.
2008-03-10 * digital/io/srcJérémy Dufour
- add ''public'' API to update and get the status of the asserv board.
2008-03-10 * digital/io/srcJérémy Dufour
- remove useless enum in asserv module.
2008-03-09Tested the init function.Nélio Laranjeiro
Tested the write (flash_write) Tested the read (flash_read)
2008-03-09 * digital/ioJérémy Dufour
- add asserv communication implementation (not fully completed); - correct a few English errors in asserv module (header and documentation); - add main timer to repeat the main loop every 4.444 ms; - add build system.
2008-03-09 * digital/ioJérémy Dufour
- add README for the io board; - create ''public'' API to communicate with the asserv board using TWI; - correct english error in documentation.
2008-03-09 * digital/asserv/src/asserv:Nicolas Schodet
- fixed headers.
2008-03-09 * digital/asserv/src/asserv:Nicolas Schodet
- fixed typo in comments.
2008-03-09 * digital/asserv/src/asserv:Nicolas Schodet
- cleaned up, separated compilation. - prepared auxialliary motor control.
2008-03-09 * digital/asserv/src/asserv:Nicolas Schodet
- cleaned up counter.
2008-03-09 * digital/asserv/src/asserv:Nicolas Schodet
- modification for host compilation.
2008-03-08 * analog/motor-power-avr/src:Nicolas Schodet
- right channel source files autogeneration.
2008-03-07- We can now send a command to have a PWM above 50%, let's go to the highway...Guillaume Chevillot
- Remove of a not needed cast
2008-03-07 * digital/asserv/src/asserv:Nicolas Schodet
- added temporary test TWI commands.
2008-03-07 * digital/avr/modules/twi/test:Nicolas Schodet
- added commands to send and receive a variable number of bytes.
2008-03-07 * digital/asserv/src/asserv:Nicolas Schodet
- call twi_proto from main.
2008-03-07Stop right side too a 'z' command (remove of a forgotten comment)Guillaume Chevillot
2008-03-07Make command to High-Z state worksGuillaume Chevillot
2008-03-07Add R side serial command handlingGuillaume Chevillot
2008-03-07 * digital/io/docJérémy Dufour
- change word abbreviation (w) to byte (b).
2008-03-07 * digital/dev/doc:Nicolas Schodet
- precision about usbprog.
2008-03-06Added the ia header file.Nélio Laranjeiro
2008-03-06 * digital/avr/modules/twi:Nicolas Schodet
- avrconfig cleanup.
2008-03-06Update the FSM.Nélio Laranjeiro
2008-03-06 * digital/asserv/src/hdlcounter:Nicolas Schodet
- added a dummy test design.
2008-03-06 * digital/asserv/src/asserv:Nicolas Schodet
- added external memory usage for counter reading. - added aux0 counter. - counter cleanups.
2008-03-06Add support of right sideGuillaume Chevillot
2008-03-06Corrected PWM generation. Seems to work fine now.Guillaume Chevillot
2008-03-06 * digital/asserv/src/asserv:Nicolas Schodet
- TWI protocol skeleton.
2008-03-05Added the polling of the busy device status for the write process.Nélio Laranjeiro
The function write_array shall be fix in a few time.
2008-03-05 * digital/asserv/src/asserv:Nicolas Schodet
- more new board adaptations.
2008-03-05 * digital/asserv/src/asserv:Nicolas Schodet
- adaptated to new board.
2008-03-05 * admin/orders/olimex_2008-03-06:Nicolas Schodet
- complete order.
2008-03-05 * orders/olimex_2008-03-06:Nicolas Schodet
- added board and gerbers.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- added silkscreen.
2008-03-04 * digital/dev/pcb:Nicolas Schodet
- added silk screen.
2008-03-04Flash : Read and write operationnal.Nélio Laranjeiro
2008-03-04 * digital/dev/doc:Nicolas Schodet
- update doc with usbprog corrections.
2008-03-04 * digital/asserv/pcb:Nicolas Schodet
- added silk screen.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- changed board version.
2008-03-04 * analog/alim/pcb, analog/motor-power-avr/pcb:Nicolas Schodet
- replaced polyswitch.
2008-03-04 * tools/eagle/lbr:Nicolas Schodet
- added polyswitch library with larger drill holes.
2008-03-04 * digital/io/doc/proto_asserv.txtJérémy Dufour
- correct typo and others errors (thanks to ni).
2008-03-04 * digial/io/docJérémy Dufour
- add a document to describe the communication protocol between the asserv and io cards.
2008-03-04Updated code LEDs to be more explicit :Guillaume Chevillot
- 2 LEDs for each motor driver - First LED blinking at PWM frequency for dir. 0 - Second LED blinking at PWM frequency for dir. 1 - Both LEDs are off on HIGH Z - Both LEDs are on on brake
2008-03-04- Removed 'static' qualifier to 'main_loop'Guillaume Chevillot
- 'led_flash' function added to detect startup (thanks to Ni) - Temporary empty vectors for right side timer (timer2) added to prevent resets (right side code is not implmented yet)
2008-03-03Rename some files.Nélio Laranjeiro