2022-11-08 |
David Odin | cleaner asm |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | Allow asm source files |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | i2c: add asynchronous write |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Echo on serial must be only a "best effort" and not... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | remove unrequired sleep from bme driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add SD card write access support. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix SD/MMC read. Write is still untested. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a CRC CCITT function for use with SSD/MMC driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some more error codes |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | Remove the gddram internal buffer |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | shut up a warning at -Wextra level by using the right... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | fixed the ssd130x_update_tile function about a (x0... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Function rename in iap support code. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | SD write support. Untested. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | SD/MMC card support going on. Still needs testing. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | fixed the set_pixel function |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add tsl256x light sensor support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for bme280 temperature, humidity and pressu... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for displays without an external VCC (use... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Also fix get_priority_mask() return value check in... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Cosmetic changes (whitespaces) and typo in comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add MIN and MAX (defines) to lib/utils.h |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add ntohl, htonl, ntohs and htons to lib/utils.h |
commit | commitdiff | tree | snapshot |
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 |
next |