2022-11-08 |
Nathael Pajani | Add enum for SSP bus numbers |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding SD card support (partial) over SPI bus Raw read... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Small typo fix : use the same notation as for the rest... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add PCF85363A RTC support (I2C driver) PCF85363A is... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Watchdog - improve memory footprint, uint8_t are enough... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | First part of SSD130x Oled controller support - Init... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Modification to the font and the way it is handled... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add enum for timer channels |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a define for RTC callback installation retry delay. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Global README update |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding deep power down support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding VEML6070 I2C UV sensor driver ... C file (commit... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add VEML6070 I2C UV sensor driver |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update to ws2812 driver (internal behavior only) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Ensure GPIO are on when using status led. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix RTC code : return correct value on first call where... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | CRC engine support. NOT TESTED |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Core IAP code. NOT TESTED. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding cc1101_power_down() to CC1101 driver |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated according to Timer API changes |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Complete rewrite of timers API, now documented here... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Small additions to core/system.[ch] Small addition... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Move IAP status definitions to IAP header file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Move PIO config related code to pio.c and pio.h |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated I2C driver to follow API documented here :... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | ADC driver update for API compliance API documentation... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Serial driver update : return -EINVAL or -EBUSY instead... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Comments update |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated stdlib et utils libs |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Oops, forgot this upon linker script modifications... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Rename lpc_core_cm0.h to lpc_core.h Rename lpc_regs_12x... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add errno.h (code moved from system.h) Add stdint.h... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve Makefile - Add comments - Use LDFLAGS instead... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Typo fix in register name and comments update |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Rename config register block as config instead of control |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | dtplug protocol fixes (on comments) and new values |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add defines for UART numbers |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add gpio_read() helper |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improvements to watchdog support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding define for register value combination for timers |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Additions and improvements to WS2812 chainable leds... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix setup on interupts on GPIO |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Make sequence number shorter to add a byte count for... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix comment typo and remove obsolete code. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve the name of watchdog config fields |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Basic Watchdog implementation, not fully tested |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use defines instead of hard-coded values Fix field... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove header of previously removed function |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Rename and move dtplug protocol files under approriate... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | prevent namespace pollution |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Comment fix |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove debug. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Move static variables to a protocol handle struct Enabl... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add some helper functions for serial (UART) driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some timer fixes for PWM mode. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | remote debug |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove unused header and fix comment. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix hidden segfault, this should never have been workin... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Much more efficient, thank you cyprien :) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Simpler, though not necessary better. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change some defaults for RF settings |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Do not change state if already in the required one... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add cc1101_send_calibration_request() and cc1101_enter_... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Simple CC1101 driver modifications - Add comments ... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add stdlib with strtoul() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Allow sub-folders in lib directory |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add comments to the head of each file to introduce... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Forgot to modify the comment in the header file too... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some more coding style |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Coding style consistency |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated comments according to new apps directory structure. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add some Namespace indicators for these in order to... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | The NCN5120 is made by On Semiconductor, not NXP |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Gabriel Huau | move code to use uprintf instead of snprintf+serial_write |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated README file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for the NCN5120 KNX bus driver from NXP... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Modify base makefile according to the new subdirectory... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add LCD Character Displays support. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add Max31855 thermocouple to digital converter support. |
commit | commitdiff | tree | snapshot |
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 |
next |