Go to file
Andres Amaya Garcia 90f6c9714f Fix assembly sequence to start bootloader in GCC
The assemble sequence within an mbedOS application that starts the nordic
bootloader was being modified by the compiler. The result is that DFU enabled
applications could never start the bootloader correctly. This is because the
GCC compiler was translating a MOV instruction into a ADDS, which sets the
conditional flags in APSR before a conditional branch was executed. The result
of the incorrect branch caused the program to believe that it was in interrupt
mode when this was not the case.
2015-11-13 10:35:46 +00:00
bootloader Add FOTA bootloader image 2015-08-13 13:36:10 +01:00
source Fix assembly sequence to start bootloader in GCC 2015-11-13 10:35:46 +00:00
BSD-3clause-Nordic.txt adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
LICENSE adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
apache-2.0.txt adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
module.json version v2.0.3 2015-11-09 09:01:01 +00:00