soft/lpc122x/core
2022-11-08 Nathael PajaniImproved ADC support (untested)
2022-11-08 Nathael PajaniThis function is now internal to driver.
2022-11-08 Nathael PajaniOne more part of multiple SPI busses support (not for...
2022-11-08 Nathael PajaniCall gpio pins configuration Make the configuration...
2022-11-08 Nathael PajaniComments improved or corrected.
2022-11-08 Nathael PajaniRemoving unrequiered include
2022-11-08 Nathael PajaniAdd support for the CC1101 chip from TI Receiving is...
2022-11-08 Nathael PajaniNo functional change. Only use the same coding rules...
2022-11-08 Nathael PajaniImproved name and comment. Made the function specific...
2022-11-08 Nathael PajaniImproved and easier GPIO ports access, based on the...
2022-11-08 Nathael PajaniImproved implementation of the SSP (SPI) Bus handling.
2022-11-08 Nathael PajaniUpdated readme
2022-11-08 Nathael PajaniAllow configuration of UART as RS485 or IrDA (IrDA...
2022-11-08 Nathael PajaniFix pio definitions (restore green status led !) and...
2022-11-08 Nathael PajaniCLKOUT support and test
2022-11-08 Nathael PajaniSome cleanup
2022-11-08 Nathael PajaniUtility functions.
2022-11-08 Nathael PajaniFix : call the ADC pin configuration ! Comments added...
2022-11-08 Nathael PajaniComments and typo
2022-11-08 Nathael PajaniVery big commit for a big rewrite of the pins configura...
2022-11-08 Nathael PajaniUse a dummy fault handler in core and move the "user...
2022-11-08 Nathael PajaniThere are more than the division routines in ROM. Prepa...
2022-11-08 Nathael PajaniSystick code review and fix of systick timer frequency.
2022-11-08 Nathael PajaniBit 14 is used in LPC12xx.
2022-11-08 Nathael PajaniUsing concatenation in macro is confusing as it does...
2022-11-08 Nathael PajaniAdd RX callback for UARTs. (To be tested)
2022-11-08 Nathael PajaniAdd an easy way to select the GPIO Function on a pin.
2022-11-08 Nathael PajaniSPI and eeprom chip select fixes.
2022-11-08 Nathael PajaniSystem tick callback : the basics of OS implementation :)
2022-11-08 Nathael PajaniAdd comments
2022-11-08 Nathael PajaniMake timer a parameter of the RGB led test function...
2022-11-08 Nathael PajaniChange and use defines for ADC channels selection
2022-11-08 Nathael PajaniUpdated readme
2022-11-08 Nathael PajaniGPIO interrupts configuration and handling.
2022-11-08 Nathael PajaniDo not change data dir for other pins !
2022-11-08 Nathael PajaniComment and code for those with a LQFP64 or LQFP100...
2022-11-08 Nathael PajaniMake use of config_gpio() function in all drivers....
2022-11-08 Nathael PajaniSPI code rewrite due to difficulties in handling slave...
2022-11-08 Nathael PajaniImproved comments on error codes.
2022-11-08 Nathael PajaniForgotten include gards
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...