soft/lpc82x/core
2023-02-11 Nathael PajaniUpdate Makefile to prevent build of host apps with... master
2023-02-11 Nathael PajaniAdd and update gitignore files
2023-02-10 Nathael PajaniUpdate priority request in systick_timer_on()
2023-02-10 Nathael PajaniFix NVIC_SetPriority function !
2023-02-10 Nathael PajaniAdd support for both LPC822 and LPC824 with different...
2023-02-10 Nathael PajaniAdding deep sleep support Improving sleep state support
2023-02-10 Nathael PajaniAdding self-wakeup timer support
2023-02-10 Nathael PajaniComments updates
2023-02-10 Nathael PajaniRemove unused function definition from bootstrap
2023-02-10 Nathael PajaniFix registers definition for LPC82x system registers
2023-02-10 Nathael PajaniUpdate watchdog code to allow use of watchdog as wake...
2023-02-10 Nathael PajaniAdd function to stop continuous CC to BQ769x0 BMS support
2023-02-10 Nathael PajaniAdd Cell ballancing helpers to BQ769x0 BMS support
2023-02-10 Nathael PajaniImprove WS2812 leds support and add WS2811 leds support
2023-02-10 Nathael PajaniRemove comment related to another uC
2023-02-10 Nathael PajaniRemove typedef
2023-02-10 Nathael PajaniStarting ROM uart support, not tested yet.
2023-02-10 Nathael PajaniAdd PCF85363A RTC support
2023-02-10 Nathael Pajanibq769x0 BMS support (tested, but to be completed) Worki...
2023-02-10 Nathael PajaniWatchdog support fixed and tested. To be completed...
2023-02-10 Nathael PajaniUpdate for power management (sleep and power down)...
2023-02-10 Nathael PajaniAdd script to update version number for a given project...
2023-02-10 Nathael PajaniUtils additions and fixes
2023-02-10 Nathael PajaniAdd define for PWM_OUT_INIT_SET
2023-02-10 Nathael PajaniFix serial driver
2023-02-10 Nathael PajaniTypo fix in defines names for AHB (and not ABH)
2023-02-10 Nathael PajaniControl of PWM duty cycle requires change of match...
2023-02-10 Nathael Pajanisctimer_on is only for LPC_SCT
2023-02-10 Nathael PajaniAdd 16bits versions of defines for Autolimit and autore...
2023-02-10 Nathael Pajaniuart->out_buff cannot be NULL, remove this tests.
2023-02-10 Nathael PajaniEcho on serial must be only a "best effort" and not...
2023-02-10 Nathael PajaniAdd the ntoh* and hton* functions to the utils lib.
2023-02-10 Nathael PajaniFix types in serial driver
2023-02-10 Nathael PajaniUse available info from register rather than shift...
2023-02-10 Nathael PajaniAPI compatibility fixes for watchdog configuration...
2023-02-10 Nathael PajaniUpdated Makefile: Use LDFLAGS instead of LINKOPTS Use...
2023-02-10 Nathael PajaniFix compilation warning
2023-02-10 Nathael PajaniChanges to timers API
2023-02-10 Nathael PajaniChanges to ADC API
2023-02-10 Nathael PajaniReturn a more explicit error value
2023-02-10 Nathael PajaniUpdate/Use enums for ports definitions
2023-02-10 Nathael PajaniRe-organise code
2023-02-10 Nathael Pajaniupdated comments
2023-02-10 Nathael PajaniRemove duplicated comments
2023-02-10 Nathael PajaniUse "" instead of <> for includes, for consistency...
2023-02-10 Nathael PajaniAdding bits_set() to header file
2023-02-10 Nathael PajaniADC driver fixes and (small) improvements
2023-02-10 Nathael PajaniAdd VCNL4040 I2C Light / Distance sensor support
2023-02-10 Nathael PajaniUpdate comments and add include guards
2023-02-10 Nathael Pajanismall cosmetic fixes
2023-02-10 Nathael PajaniAdd support for BME280 I2C Barometric, humidity and...
2023-02-10 Nathael PajaniAdd some delay between consecutive access to the sensor...
2023-02-10 Nathael PajaniFix enable / disable values for UV sensor
2023-02-10 Nathael PajaniSet sensor as not present upon I2C communication errors
2023-02-10 Nathael PajaniVEML6070 I2C UV sensor driver
2023-02-10 Nathael PajaniTSL256x I2C luminosity and IR sensor driver
2023-02-10 Nathael PajaniAdd a small delay between two consecutive access to...
2023-02-10 Nathael PajaniI2C driver fixes Move the release_bus part to a specifi...
2023-02-10 Nathael PajaniAdd gpio_read() helper
2023-02-10 Nathael PajaniMove enum to header file.
2023-02-10 Nathael PajaniFix comments and use uprintf instead of serial_write
2023-02-10 Nathael PajaniAdding comments to the pwm config structure and functio...
2023-02-10 Nathael PajaniAdding partial support for State Configurable Timers...
2023-02-10 Nathael PajaniInitial commit Most of the code received basic testing...