2022-11-08 |
Nathael Pajani | MQTT protocol support going on, adding connack packet... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | MQTT protocol support going on, compiles but still... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Conform to libc headers for htons and ntohs functions... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | First parts of MQTT protocol support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove extra space in comment and add define for user... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update all files to mention version 3 of the GPL. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for deep sleep Wake-up not fully implemente... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add cc1101_enter_wake_on_radio() To Be Tested |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | also keep an untracked dev directory for host code |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | This is DEEP power down bit, not "power down". |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add function to get back to normal state upon Rx error. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove unnecessary intermediate var |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Temperature can be negative, use signed integer. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix interverted parameter names |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add condition to allow inclusion in host code |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | So true. Hope we are not too far from good ones :) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | A little bit more readable |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for continuous conversion mode |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use appropriate defined value |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | oled: add support for SPI ssd130x displays |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | oled: make async/sync mode configurable |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Chirp I2C Soil moisture sensors support |
commit | commitdiff | tree | snapshot |
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 |
next |