Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
STM32C0 bug C0 should be c0
#1
Bug 
Dear Gerard,

  I found bug in STM32C0 support in eblink scripts in latest deb archive simple casing problem 
(all families are lowercase but C0 is specified uppercase in stm32.script and Linux is case
sensitive in files)


Simple change in stm32.script will fix problem:


["M0+", [["l0", [ 0x417, 0x425, 0x447, 0x457 ]],
         ["gx", [ 0x466, 0x456, 0x460, 0x467 ]],
         ["C0", [ 0x443, 0x453 ]]]],


to

["M0+", [["l0", [ 0x417, 0x425, 0x447, 0x457 ]],
         ["gx", [ 0x466, 0x456, 0x460, 0x467 ]],
         ["c0", [ 0x443, 0x453 ]]]],


it is for EBlink version 5.13-[190]

and it works now ! Thanks for Your nice part of software :-)


Best regards,

   Frantisek Burian
Reply
#2
Thanks!
Reply
#3
Solved in 5.13-[193]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)