| 2022-11-08 | Cyprien Laplace | Make use of the pio and gpio config functions - status_... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Make use of the pio and gpio config functions - cc1101... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Cyprien Laplace | Fix : set gpio state only when GPIO is configured as... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add a set_pins() core function which can configure... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Use const structs for the pio definitions Move the... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | allow use of different cross-compiler on the command... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | use const for functions which do not modify the pio... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Cyprien Laplace | status-led: put led status in an array | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Separate internal LPC drivers and external ones Place... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Fix the term colors so that we get back to default... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | -ffreestanding Assert that compilation targets a freest... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | This comment comes from the original makefile ... chang... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Remove warning on some gcc versions (thanks Alexandre... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Allow use of a null status argument. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add comments to signal yet unsupported feature | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Fix problem with ADC at conversion rates above a few... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Better comments for systick callback information. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Use second value in config field to select the timer... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add partial support for event driven conversions Only... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Adding support for address change Adding support for... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | The previous test may never come true if we do not... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | There is no "single burst" mode on the LPC1224, remove... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | The ADC resolution cannot be selected on the LPC1224... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Sometimes GCC needs Low registers instead of general... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add support for user information block reading. (Use... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Partial IAP ROM helpers support | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Implement timer interrupt callbacks | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Remove comments comming from the linux kernel but irrel... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Declare a weak "empty" pio struct for each driver insid... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Some more precision in the comments. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Split build rule in two parts : linking and binary... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Argh ! hidden, silent bug, as I always used port 0... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Hey, this one is for LPC1224 ... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Make sure we receive valid (at least not NULL) pointers... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Remove unusefull flags and move static directive to... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Function not used in current main(), so name mismatch... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | This driver is specific to TMP101 sensor, reflect this... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Adding tags and binary to ignore list. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Adding some comments about the "status" led used on... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Adding gpio config function, which in turn calls config... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Improved ADC support (untested) | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | This function is now internal to driver. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | One more part of multiple SPI busses support (not for... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Call gpio pins configuration Make the configuration... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Comments improved or corrected. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Removing unrequiered include | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add support for the CC1101 chip from TI Receiving is... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | No functional change. Only use the same coding rules... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Improved name and comment. Made the function specific... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Improved and easier GPIO ports access, based on the... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Improved implementation of the SSP (SPI) Bus handling. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Updated readme | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Allow configuration of UART as RS485 or IrDA (IrDA... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Fix pio definitions (restore green status led !) and... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | CLKOUT support and test | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Some cleanup | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Utility functions. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Fix : call the ADC pin configuration ! Comments added... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Comments and typo | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Very big commit for a big rewrite of the pins configura... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Use a dummy fault handler in core and move the "user... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | There are more than the division routines in ROM. Prepa... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Systick code review and fix of systick timer frequency. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Bit 14 is used in LPC12xx. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Using concatenation in macro is confusing as it does... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add RX callback for UARTs. (To be tested) | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add an easy way to select the GPIO Function on a pin. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | SPI and eeprom chip select fixes. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | System tick callback : the basics of OS implementation :) | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Add comments | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Make timer a parameter of the RGB led test function... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Change and use defines for ADC channels selection | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Updated readme | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | GPIO interrupts configuration and handling. | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Do not change data dir for other pins ! | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Comment and code for those with a LQFP64 or LQFP100... | commit | commitdiff | tree | snapshot | 
| 2022-11-08 | Nathael Pajani | Make use of config_gpio() function in all drivers.... | commit | commitdiff | tree | snapshot | 
| 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 | 
| next |