Skip to content

Releases: jasLogic/mipea

v2.1.1:

23 Jun 17:54
c0a2d45
Compare
Choose a tag to compare
- hotfix for gpio_clear_pud
- peripheral functions now take volatile uint32_t as parameters

v2.1.0: - I2C:

24 May 16:21
4ef1a19
Compare
Choose a tag to compare

Version 2.1.0

Important:

Do not use this or older versions of the library. There is a bug which could disable wifi until a reboot in the gpio_clear_pud function.

  • I2C:
    • removes i2c_configure function and corresponding struct
    • adds i2c_set_* functions to set the configuration
  • SPI:
    • removes chip enable from configuration struct
    • adds extra function for configuring which chip enable line to use
  • PWM:
    • removes pwm channel from configuration struct
    • adds the channel as parameter for pwm_configure

v2.0.0: Version 2.0.0

20 May 19:40
7a82156
Compare
Choose a tag to compare

Version 2.0.0

  • adds I2C
  • adds GNU autotools
  • adds documentation using Sphinx
  • bugfixes