2022-11-08 |
Nathael Pajani | Improve usleep function and add a "usleep_short()"... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add include guards |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a few comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Display some size information about the image (used... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Time handling helpers improvements, still to be tested. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Split system.h, moving systick related parts to systick... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Well ... not really at ease with git yet |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | DTPlug protocol implementation To be fully tested |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | First bits of time handling Must be modified for use... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Move all static information to a structure to allow... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Linked list implementation from the Linux kernel |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Provide offsetof when there is no builtin Add container_of |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add some more room for user information and provide... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a uprintf (UART printf) that outputs data on select... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Oups ! That's better with the parenthesis ... There... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Callback takes two 'l' |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Sensor address is now a parameter to all functions... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix some bit definitions for serial registers. Set... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Comments typo fixes |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien LAPLACE | serial: add serial_flush() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a lock function which keeps IRQ off while the lock... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add const to function header for const config data |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add WS2812 chainable leds support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some timers fixes. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | user information block cannot be programmed using ISP... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated README |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | typo fix in comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | better this way to ignore all .img and .bak files |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | ignore also these extentions, they usually mark generat... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add an 8x8 font with ascii characters only. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add epaper driver for pervasive display epaper screens... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Introduce new UART baud-rate generator configuration... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use the saved flags for intr reset. Do not erase possib... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add and fix comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix some comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Minor comment fixe |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add gpio_toggle define |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update licence version for this file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use arm-none-eabi- compilation toolchain for embeded... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix this copy-paste error ... oups :( |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add some gpio helper functions. Note that these are... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add comments to gpio driver header |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add comments to Status led external driver header file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Missing include in header file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for RTC Tested on Sub1GHz module because... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | System tick timer additions and improvements Implement... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove GPIO-Demo module or DomoTab specific parts from... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | this is not true for all the modules. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Allow configuration of pins used for status leds |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Allow app-level CC1101 configuration modifications |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Make the apps Makefiles "app independent" This makes... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change variable and function name as it counts clock... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | systick: provide access to a global count of systick... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Provide support for multiple applications in the same... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Moving DHT11 support to a specific external driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | Use new set_pins scheme - part 1 Remove individual... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | Make use of the pio and gpio config functions - eeprom... |
commit | commitdiff | tree | snapshot |
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 |
next |