add N25 Nor Flash support
update cc2500:
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
add unified target files for CLRACINGF7
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
support JEDEC_ID_WINBOND_W25Q128_DTR flash
Amend the title of the new target announcement.
[Docs] Update ARM toolchain version link
The currently listed version (5.4.1) is insufficient, version 7.3.1 (represented as 7-2018-q2-update) is expected in make\tools.mk (GCC_REQUIRED_VERSION ?= 7.3.1)
add N25 NOR Flash support
add N25 Nor Flash support
update cc2500:
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
add unified target files for CLRACINGF7
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
Add M25 support and unified_target
remove Manufacturers ID for CLFC
add N25 NOR Flash support
add N25 Nor Flash support
update cc2500:
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
add unified target files for CLRACINGF7
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
support JEDEC_ID_WINBOND_W25Q128_DTR flash
Amend the title of the new target announcement.
[Docs] Update ARM toolchain version link
The currently listed version (5.4.1) is insufficient, version 7.3.1 (represented as 7-2018-q2-update) is expected in make\tools.mk (GCC_REQUIRED_VERSION ?= 7.3.1)
add N25 NOR Flash support
add N25 Nor Flash support
update cc2500:
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
update from master
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
add unified target files for CLRACINGF7
Signed-off-by: Cheng Lin <bnn1044@gmail.com>
Add M25 support and unified_target
remove Manufacturers ID for CLFC
undo changes manufaturers id file
Previously the `beacon` portion of a `dump` would display the flags associated with `beeper` rather then only the limited set for `beacon`. This would result in output that would cause errors if copy/pasted back in as commands.
Adds a new `batch` command used to delineate a group of commands as a related batch. The primary purpose is to group commands sent from the Configurator resulting from a copy/pasted config. Currently the output of the `diff all` command appends a `save` at the end of its output. So when a user pastes in their config to restore they may not see any errors because the `save` command causes the flight controller to reboot before they can review. When commands are wrapped inside of a batch, any errors will set a flag that will issue a warning when the `save` command is executed. This allows the user ro review and correct there configuration.