2022-11-08 |
Nathael Pajani | SPI code rewrite due to difficulties in handling slave... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improved comments on error codes. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Forgotten include gards |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Export spi_transfer_single_frame() to "user" (code... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding timer mode to timer support Some modification... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | System tick support Used to implement precise sleeping... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix some define names |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix : it's the port numbers, not the pin numbers. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Moved the eeprom select used when SPI driver is not... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add SPI support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Simple PWM test : RGB Led The color changes according... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for timers / PWM /Counter Most has not... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use config_gpio() to configure GPIO pins. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Replace EEPROM_WRITE switch by compile-time define... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change to config_gpio function Use port number and... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Perform config of all pins as GPIO first, then call... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add ADC support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add and use io_config_clk_on/off functions. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | "FIXME" is in capital letters. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix : GPIO is alternate function 6 for those pins ... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Added PIO0_15 as GPIO for easy I2C access. Must be... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improved README Updated with current lpcprog command... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change the name, as the struct is not global, it holds... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Oups ... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | remove space at end of line |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Temp conversion was simpler, but not right for negativ... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | implement subsystem_power() instead of a specific funct... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | make temp conversion to decimal much more simple ! |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Better msleep function and adding usleep one. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Using #define to define the pin numbers used for bicolo... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for different modes and possible config... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Changed the readme file to reflect actual state of... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | TMP101 temperature sensor support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding Byte swap instructions support. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding ENODEV define |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding I2C_READ_BIT define |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Re-init of read index in i2c structure in case i2c_read... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Oups, should have read every part of the documentation... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use an internal copy buffer, worst in terms of performa... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix of sync lock emulation for cortex-m0 |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Declare sending buffer as constant. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove debug code replacing serial_write() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use serial_write() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | comment fixed. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding module ID description header definition. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Moving EEPROM_TYPE to an enum in i2c.h and rewrite... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Added comment for future FIXME |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use the defined flags instead of hardcoded values |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Removed locking : unusefull, badly implemented, and... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Oups, wrong name for I2C Handler |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | These are not only for I2C |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Compilation OK |
commit | commitdiff | tree | snapshot |
2022-11-08 |
nathael Pajani | few modifications |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | copy from dtplug code |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | eeprom support development ongoing |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Added comment |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding GPLv3 licence text and Readme file. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Initial commit of code for GPIO demo / development... |
commit | commitdiff | tree | snapshot |
|