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 |
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 |
next |