summaryrefslogtreecommitdiff
path: root/digital/avr
AgeCommit message (Collapse)Author
2008-11-28digital/avr/modules/trace:Nélio Laranjeiro
* Fix the trace_init since the modifications of the functions for the flash memory. * Update the unit tests. * Added the events enumerator generated from the example file in tools/trace/example and update the flood test to use real simulation of the TRACE module.
2008-11-28digital/avr/modules/flash: Fix the macros to compute the actual page size.Nélio Laranjeiro
2008-11-18avr/module/trace: Remove the uninit and the end code.Nélio Laranjeiro
The sector currently in use by the flash was erased, so the end of the sector contains only values equals to 0xFF.
2008-11-10avr/modules/trace: Added a flood test on the trace module.Nélio Laranjeiro
2008-11-10avr/modules/trace: Added some doc.Nélio Laranjeiro
2008-11-10avr/modules/trace: Removed the mail on the header file.Nélio Laranjeiro
2008-11-10avr/modules/trace: unit testsNélio Laranjeiro
* Moved the tests to the test_host (test sub-directory) * Added a target test.
2008-11-10avr/modules/trace: Driver to store traces into the flash memory.Nélio Laranjeiro
This modules is in charge to store values of any type of data in the flash memory.
2008-11-10avr/modules/flash: Fix the flash_sector_next function.Nélio Laranjeiro
It was returning the next sector address instead of the current one.
2008-11-05avr/modules/trace: Tested the TRACE with more than one variable.Nélio Laranjeiro
2008-11-05avr/module/trace: Removed a swp vim file.Nélio Laranjeiro
2008-11-05avr/modules/trace: Added the trace module.Nélio Laranjeiro
2008-10-21avr/module/flash: Tested the find next sector. closes #36Nélio Laranjeiro
* removed the define to increment the addr. * Update the test.
2008-10-21avr/modules/flash: (see ticket #36)Nélio Laranjeiro
* Update the defines. * Modified the define for the flash page mask. * Update the sector_next function (Not tested yet).
2008-10-21avr/module/flash: Closes #34Nélio Laranjeiro
* Removed the flah context. * split the page search to know the next page usable. (to debug) * Added a new case in the flash test.
2008-10-19flash: debugged the flash driver.Nélio Laranjeiro
* Read array works. * Write array works.
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added objects movement.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added comments about area borders.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added usage doc.
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added python test GUI.
2008-06-17 * digital/avr/modules/proto:Nicolas Schodet
- updated doc.
2008-06-17 * digital/avr/modules/utils:Nicolas Schodet
- updated doc.
2008-06-17 * digital/avr/modules/uart:Nicolas Schodet
- updated doc.
2008-06-17 * tools/extractdoc:Nicolas Schodet
- added extracdoc tool. * digital/avr/make: - added support for extractdoc ad reStructuredText documentation.
2008-06-17 * digital/avr/modules/path, digital/io/src:Nicolas Schodet
- moved path finding to a separated module.
2008-06-13flash: Correct some typing errors.Nélio Laranjeiro
2008-06-10flash: fix some errors.Nélio Laranjeiro
2008-06-10flash: Cleaning flash source and header.Nélio Laranjeiro
2008-06-03 * host, digital/asserv/tools, digital/avr/modules:Nicolas Schodet
- cleaned up python scripts hierarchy.
2008-05-27 * digital/avr/doc:Nicolas Schodet
- added fuse setting.
2008-05-27 * digital/avr/make:Nicolas Schodet
- build objects in a sub-directory.
2008-04-29 * digital/avr/modules/adc:Nicolas Schodet
- fixed bug on host.
2008-04-26 * digital/avr/modules/math/fixed:Nicolas Schodet
- fixed a bug on host with unsigned numbers as input to macros.
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/common:Nicolas Schodet
- added bit_is_set and bit_is_clear.
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.