soft/lpc122x/core
2022-11-08 Nathael Pajaniignore also these extentions, they usually mark generat...
2022-11-08 Nathael PajaniAdd an 8x8 font with ascii characters only.
2022-11-08 Nathael PajaniAdd epaper driver for pervasive display epaper screens...
2022-11-08 Nathael PajaniIntroduce new UART baud-rate generator configuration...
2022-11-08 Nathael PajaniUse the saved flags for intr reset. Do not erase possib...
2022-11-08 Nathael PajaniAdd and fix comments
2022-11-08 Nathael PajaniFix some comments
2022-11-08 Nathael PajaniMinor comment fixe
2022-11-08 Nathael PajaniAdd gpio_toggle define
2022-11-08 Nathael PajaniUpdate licence version for this file
2022-11-08 Nathael PajaniUse arm-none-eabi- compilation toolchain for embeded...
2022-11-08 Nathael PajaniFix this copy-paste error ... oups :(
2022-11-08 Nathael PajaniAdd some gpio helper functions. Note that these are...
2022-11-08 Nathael PajaniAdd comments to gpio driver header
2022-11-08 Nathael PajaniAdd comments to Status led external driver header file
2022-11-08 Nathael PajaniMissing include in header file
2022-11-08 Nathael PajaniAdd support for RTC Tested on Sub1GHz module because...
2022-11-08 Nathael PajaniSystem tick timer additions and improvements Implement...
2022-11-08 Nathael PajaniRemove GPIO-Demo module or DomoTab specific parts from...
2022-11-08 Nathael Pajanithis is not true for all the modules.
2022-11-08 Nathael PajaniAllow configuration of pins used for status leds
2022-11-08 Nathael PajaniAllow app-level CC1101 configuration modifications
2022-11-08 Nathael PajaniMake the apps Makefiles "app independent" This makes...
2022-11-08 Nathael PajaniChange variable and function name as it counts clock...
2022-11-08 Cyprien Laplacesystick: provide access to a global count of systick...
2022-11-08 Nathael PajaniProvide support for multiple applications in the same...
2022-11-08 Nathael PajaniMoving DHT11 support to a specific external driver.
2022-11-08 Cyprien LaplaceUse new set_pins scheme - part 1 Remove individual...
2022-11-08 Cyprien LaplaceMake use of the pio and gpio config functions - eeprom...
2022-11-08 Cyprien LaplaceMake use of the pio and gpio config functions - status_...
2022-11-08 Nathael PajaniMake use of the pio and gpio config functions - cc1101...
2022-11-08 Cyprien LaplaceFix : set gpio state only when GPIO is configured as...
2022-11-08 Nathael PajaniAdd a set_pins() core function which can configure...
2022-11-08 Nathael PajaniUse const structs for the pio definitions Move the...
2022-11-08 Nathael Pajaniallow use of different cross-compiler on the command...
2022-11-08 Nathael Pajaniuse const for functions which do not modify the pio...
2022-11-08 Cyprien Laplacestatus-led: put led status in an array
2022-11-08 Nathael PajaniSeparate internal LPC drivers and external ones Place...
2022-11-08 Nathael PajaniFix the term colors so that we get back to default...
2022-11-08 Nathael Pajani-ffreestanding Assert that compilation targets a freest...
2022-11-08 Nathael PajaniThis comment comes from the original makefile ... chang...
2022-11-08 Nathael PajaniRemove warning on some gcc versions (thanks Alexandre...
2022-11-08 Nathael PajaniAllow use of a null status argument.
2022-11-08 Nathael PajaniAdd comments to signal yet unsupported feature
2022-11-08 Nathael PajaniFix problem with ADC at conversion rates above a few...
2022-11-08 Nathael PajaniBetter comments for systick callback information.
2022-11-08 Nathael PajaniUse second value in config field to select the timer...
2022-11-08 Nathael PajaniAdd partial support for event driven conversions Only...
2022-11-08 Nathael PajaniAdding support for address change Adding support for...
2022-11-08 Nathael PajaniThe previous test may never come true if we do not...
2022-11-08 Nathael PajaniThere is no "single burst" mode on the LPC1224, remove...
2022-11-08 Nathael PajaniThe ADC resolution cannot be selected on the LPC1224...
2022-11-08 Nathael PajaniSometimes GCC needs Low registers instead of general...
2022-11-08 Nathael PajaniAdd support for user information block reading. (Use...
2022-11-08 Nathael PajaniPartial IAP ROM helpers support
2022-11-08 Nathael PajaniImplement timer interrupt callbacks
2022-11-08 Nathael PajaniRemove comments comming from the linux kernel but irrel...
2022-11-08 Nathael PajaniDeclare a weak "empty" pio struct for each driver insid...
2022-11-08 Nathael PajaniSome more precision in the comments.
2022-11-08 Nathael PajaniSplit build rule in two parts : linking and binary...
2022-11-08 Nathael PajaniArgh ! hidden, silent bug, as I always used port 0...
2022-11-08 Nathael PajaniHey, this one is for LPC1224 ...
2022-11-08 Nathael PajaniMake sure we receive valid (at least not NULL) pointers...
2022-11-08 Nathael PajaniRemove unusefull flags and move static directive to...
2022-11-08 Nathael PajaniFunction not used in current main(), so name mismatch...
2022-11-08 Nathael PajaniThis driver is specific to TMP101 sensor, reflect this...
2022-11-08 Nathael PajaniAdding tags and binary to ignore list.
2022-11-08 Nathael PajaniAdding some comments about the "status" led used on...
2022-11-08 Nathael PajaniAdding gpio config function, which in turn calls config...
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...
next