soft/lpc122x/core
2022-11-08 Nathael PajaniExport spi_transfer_single_frame() to "user" (code...
2022-11-08 Nathael PajaniAdding timer mode to timer support Some modification...
2022-11-08 Nathael PajaniSystem tick support Used to implement precise sleeping...
2022-11-08 Nathael PajaniFix some define names
2022-11-08 Nathael PajaniFix : it's the port numbers, not the pin numbers.
2022-11-08 Nathael PajaniMoved the eeprom select used when SPI driver is not...
2022-11-08 Nathael PajaniAdd SPI support
2022-11-08 Nathael PajaniSimple PWM test : RGB Led The color changes according...
2022-11-08 Nathael PajaniAdd support for timers / PWM /Counter Most has not...
2022-11-08 Nathael PajaniUse config_gpio() to configure GPIO pins.
2022-11-08 Nathael PajaniReplace EEPROM_WRITE switch by compile-time define...
2022-11-08 Nathael PajaniChange to config_gpio function Use port number and...
2022-11-08 Nathael PajaniPerform config of all pins as GPIO first, then call...
2022-11-08 Nathael PajaniAdd ADC support
2022-11-08 Nathael PajaniAdd and use io_config_clk_on/off functions.
2022-11-08 Nathael Pajani"FIXME" is in capital letters.
2022-11-08 Nathael PajaniFix : GPIO is alternate function 6 for those pins ...
2022-11-08 Nathael PajaniAdded PIO0_15 as GPIO for easy I2C access. Must be...
2022-11-08 Nathael PajaniImproved README Updated with current lpcprog command...
2022-11-08 Nathael PajaniChange the name, as the struct is not global, it holds...
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...