summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules
AgeCommit message (Collapse)Author
2008-04-14 * digital/avr/modules/spi:Nicolas Schodet
- there is no HOST support in the SPI module.
2008-04-05 * digital/avr/modules/math:Nicolas Schodet
- added math.h.
2008-04-05 * digital/avr/modules/twi/test:Nicolas Schodet
- fixed no ack to !s command.
2008-04-04 * digital/avr/modules/adc:Nicolas Schodet
- added host support.
2008-04-04 * digital/avr/modules/host, host/mex:Nicolas Schodet
- added TCP_NODELAY option.
2008-03-31 * digital/avr/modules/twi:Nicolas Schodet
- added host support.
2008-03-31 * digital/avr/modules/host:Nicolas Schodet
- added mex implementation.
2008-03-31 * digital/avr/modules/host:Nicolas Schodet
- added client socket code. - added mex Node declarations.
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-22 * digital/avr/modules/utilsJérémy Dufour
- add an helper macro to set a bit to 1 in a byte.
2008-03-14 * digital/avr/modules/proto:Nicolas Schodet
- added 6 words send.
2008-03-13 * digital/avr/modules/flash:Nicolas Schodet
- fixed erase command. - fixed init (actually, SR should be cleared). - merged all tests in one.
2008-03-13Flash module...Nélio Laranjeiro
Still a problem with the write array...
2008-03-09Tested the init function.Nélio Laranjeiro
Tested the write (flash_write) Tested the read (flash_read)
2008-03-07 * digital/avr/modules/twi/test:Nicolas Schodet
- added commands to send and receive a variable number of bytes.
2008-03-06 * digital/avr/modules/twi:Nicolas Schodet
- avrconfig cleanup.
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-04Flash : Read and write operationnal.Nélio Laranjeiro
2008-03-02 * digital/avr/modules/utils:Nicolas Schodet
- added utils_nop.
2008-03-02 * avr/modules/twiJérémy Dufour
- add a Makefile to help you build the test program.
2008-03-02Tested the flash init.Nélio Laranjeiro
2008-03-02 * digital/avr/modules/spi, digital/avr/modules/flash:Nicolas Schodet
- master should drive SS. - to receive, master should send something. - testing SPIF before the first sent does not work. - fixed flash test.
2008-03-02 * avr/twi: add a test with multiples random bytes exchangeJérémy Dufour
- add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data.
2008-03-01Update the spi and flash module.Nélio Laranjeiro
testing in progress...
2008-03-01 * TWI: modify to have a working test on cards:Jérémy Dufour
- work with one byte of data exchanged (master send a byte to slave then read it back); - does not manage when slave is not here (no timeout); - use more proto_ functions rather than uart_ ones; - support reset and unknown functions on both test programs; - update configurations to be compatible with the cards used for the test; - add comments.
2008-02-28Update the flash memory accesses.Nélio Laranjeiro
2008-02-27 * digital/avr/modules/uart:Nicolas Schodet
- tested on atmega16 and atmega32.
2008-02-24Added sources for the flash use. Not tested !Nélio Laranjeiro
2008-02-21Start writing the flash read and write functions.Nélio Laranjeiro
2008-02-21Remove some unused function. The functionalities concerning the flash Nélio Laranjeiro
are now in the flash module.
2008-02-21Forget the init function.Nélio Laranjeiro
2008-02-21Added the flash module only with the header file.Nélio Laranjeiro
2008-02-14Added a function to request the a data from a addr. useful to read Nélio Laranjeiro
memories.
2008-02-12Removed the test_host.Nélio Laranjeiro
Update the interruption function. Debugged the driver source file. Init tested.
2008-02-11Add atmega16 supportGuillaume Chevillot
2008-02-10SPI driver for AVR.Nélio Laranjeiro
It's only a first shoot, it has not been tested in the real AVR.
2007-10-07Included SI2E avr modules.Nicolas Schodet
Well, this need more works...