Hi Vasile, 2009/11/8 vasile surducan [email protected]
> had a little time and browsing the entire svn from the perspective of a guest . > Impressive work there! Thank you (on behalf of the team). > I've noticed some files are reffering to a board file. > The board file indeed exist but in the svn/trunk/test/board, however maybe an > include of the real board in the test file could simplify the user search. What are you looking for? We use board and test files to support development and testing. And Seb made a nice script that generates all possible (compilable) samples from each test/board combination. These samples only contain the required (actually: specified) part of the board files, we we don't confuse people with i2c setup when we want to show how to use an lcd display. > Also the tests which deals with two boards (like master slave) are not grouped > together. True. And this probably applies to samples as well. > With other words: in the svn/trunk/test/peripheral/i2c there are 10 jal files dealing > with various I2C tests. Trying to understand which files are pairs for a master slave > test I've noticed (maybe it's wrong) that "test_i2C_sw_master_echo.jal" and > "test_i2c_hw_slave_echo.jal" should belong together into a separate directory in > the i2C section named for example "master-slave". Probably the same with > "test_i2C_sw_master_check_bus.jal" and "test_i2C_hw_slave_check_bus.jal" > > understand the reason why svn is organised like this, however maybe a better > ideea would be to keep together (maybe a zip file?) everything related to a > project or to a test file. A zip file limits access to the files and limits svn functionality. Maybe we could do something with naming conventions (so it applies automaticly to the samples generated) ? Joep --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
