soft/lpc122x/core
2022-11-08 Nathael PajaniOups ...
2022-11-08 Nathael Pajaniremove space at end of line
2022-11-08 Nathael PajaniTemp conversion was simpler, but not right for negativ...
2022-11-08 Nathael Pajaniimplement subsystem_power() instead of a specific funct...
2022-11-08 Nathael Pajanimake temp conversion to decimal much more simple !
2022-11-08 Nathael PajaniBetter msleep function and adding usleep one.
2022-11-08 Nathael PajaniUsing #define to define the pin numbers used for bicolo...
2022-11-08 Nathael PajaniAdd support for different modes and possible config...
2022-11-08 Nathael PajaniChanged the readme file to reflect actual state of...
2022-11-08 Nathael PajaniTMP101 temperature sensor support
2022-11-08 Nathael PajaniAdding Byte swap instructions support.
2022-11-08 Nathael PajaniAdding ENODEV define
2022-11-08 Nathael PajaniAdding I2C_READ_BIT define
2022-11-08 Nathael PajaniRe-init of read index in i2c structure in case i2c_read...
2022-11-08 Nathael PajaniOups, should have read every part of the documentation...
2022-11-08 Nathael PajaniUse an internal copy buffer, worst in terms of performa...
2022-11-08 Nathael PajaniFix of sync lock emulation for cortex-m0
2022-11-08 Nathael PajaniDeclare sending buffer as constant.
2022-11-08 Nathael PajaniRemove debug code replacing serial_write()
2022-11-08 Nathael PajaniUse serial_write()
2022-11-08 Nathael Pajanicomment fixed.
2022-11-08 Nathael PajaniAdding module ID description header definition.
2022-11-08 Nathael PajaniMoving EEPROM_TYPE to an enum in i2c.h and rewrite...
2022-11-08 Nathael PajaniAdded comment for future FIXME
2022-11-08 Nathael PajaniUse the defined flags instead of hardcoded values
2022-11-08 Nathael PajaniRemoved locking : unusefull, badly implemented, and...
2022-11-08 Nathael PajaniOups, wrong name for I2C Handler
2022-11-08 Nathael PajaniThese are not only for I2C
2022-11-08 Nathael PajaniCompilation OK
2022-11-08 nathael Pajanifew modifications
2022-11-08 Nathael Pajanicopy from dtplug code
2022-11-08 Nathael Pajanieeprom support development ongoing
2022-11-08 Nathael PajaniAdded comment
2022-11-08 Nathael PajaniAdding GPLv3 licence text and Readme file.
2022-11-08 Nathael PajaniInitial commit of code for GPIO demo / development...