Skip to content

Tags: plerup/easy_nrf52

Tags

1.6.0

Toggle 1.6.0's commit message
Some minor changes

Now possible to control the link command via LINK variable
New variable C_UNDEF which can be used for undef of standard defines
Added libncurses5* in install script
New board minew_E7
Added new function enrf_acm_connected which can be used to check if
  usb-uart is connected
Now possible to let enrfscan show all advertisements from a match

1.5.1

Toggle 1.5.1's commit message
Bug-fix in enrf_delay_ms

1.5.0

Toggle 1.5.0's commit message
Added enrf_delay_ms

1.4.1

Toggle 1.4.1's commit message
Fix bootloader error introduced in previous commit

The correct variables were no exported during bootloader generation
  leading to key error for dfu operations. Now corrected.

1.4.0

Toggle 1.4.0's commit message
Updated functionality

New board Invector connectivity_nrf52_lte
Now possible to disable both bootloader and softdevice for plain applications
  New example added which show this
Some astyle syntax updates
New variable BUILD_VERSION_HEADER for possible prefixing of the version string

1.3.0

Toggle 1.3.0's commit message
Some additional features

BOARDS_DIR now exported for bootloader build
New variables:
  COMP_DEP_EXTRA Adds extra dependencies to to compile operations.
  BUILD_VERSION_TAIL Adds extra tail string to the automatically
                     generated version information.

1.2.2

Toggle 1.2.2's commit message
Make bootloader dir configurable

1.2.1

Toggle 1.2.1's commit message
Minor fix for vscode file generation

1.2.0

Toggle 1.2.0's commit message
Some VS code improvements

1.1.0

Toggle 1.1.0's commit message
Improved flash operations

Better and more consistent handling of flashing operations.
Adjustment for latest bleak version.