soft/lpc122x/core
2022-11-08 Nathael PajaniImprove usleep function and add a "usleep_short()"...
2022-11-08 Nathael PajaniAdd include guards
2022-11-08 Nathael PajaniAdd a few comments
2022-11-08 Nathael PajaniDisplay some size information about the image (used...
2022-11-08 Nathael PajaniTime handling helpers improvements, still to be tested.
2022-11-08 Nathael PajaniSplit system.h, moving systick related parts to systick...
2022-11-08 Nathael PajaniWell ... not really at ease with git yet
2022-11-08 Nathael PajaniDTPlug protocol implementation To be fully tested
2022-11-08 Nathael PajaniFirst bits of time handling Must be modified for use...
2022-11-08 Nathael PajaniMove all static information to a structure to allow...
2022-11-08 Nathael PajaniLinked list implementation from the Linux kernel
2022-11-08 Nathael PajaniProvide offsetof when there is no builtin Add container_of
2022-11-08 Nathael PajaniAdd some more room for user information and provide...
2022-11-08 Nathael PajaniAdd a uprintf (UART printf) that outputs data on select...
2022-11-08 Nathael PajaniOups ! That's better with the parenthesis ... There...
2022-11-08 Nathael PajaniCallback takes two 'l'
2022-11-08 Nathael PajaniSensor address is now a parameter to all functions...
2022-11-08 Nathael PajaniFix some bit definitions for serial registers. Set...
2022-11-08 Nathael PajaniComments typo fixes
2022-11-08 Cyprien LAPLACEserial: add serial_flush()
2022-11-08 Nathael PajaniAdd a lock function which keeps IRQ off while the lock...
2022-11-08 Nathael PajaniAdd const to function header for const config data
2022-11-08 Nathael PajaniUpdated comments
2022-11-08 Nathael PajaniAdd WS2812 chainable leds support
2022-11-08 Nathael PajaniSome timers fixes.
2022-11-08 Nathael Pajaniuser information block cannot be programmed using ISP...
2022-11-08 Nathael PajaniUpdated README
2022-11-08 Nathael Pajanitypo fix in comments
2022-11-08 Nathael Pajanibetter this way to ignore all .img and .bak files
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.
next