Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. board=genericSTM32F103C
  2. boardsmanager.additional.urls=http://dan.drown.org/stm32duino/package_STM32duino_index.json
  3. browser=mozilla
  4. build.verbose=false
  5. build.warn_data_percentage=75
  6. compiler.cache_core=true
  7. compiler.warning_level=none
  8. console=true
  9. console.auto_clear=true
  10. console.error.file=stderr.txt
  11. console.length=500
  12. console.lines=4
  13. console.output.file=stdout.txt
  14. custom_cpu_speed=genericSTM32F103C_speed_72mhz
  15. custom_device_variant=genericSTM32F103C_STM32F103C8
  16. custom_opt=genericSTM32F103C_osstd
  17. custom_upload_method=genericSTM32F103C_DFUUploadMethod
  18. editor.antialias=true
  19. editor.auto_close_braces=true
  20. editor.caret.blink=true
  21. editor.code_folding=false
  22. editor.divider.size=0
  23. editor.external=false
  24. editor.font=Monospaced,plain,12
  25. editor.indent=true
  26. editor.invalid=false
  27. editor.keys.alternative_cut_copy_paste=true
  28. editor.keys.home_and_end_beginning_end_of_doc=false
  29. editor.keys.shift_backspace_is_delete=true
  30. editor.languages.current=
  31. editor.linenumbers=false
  32. editor.save_on_verify=true
  33. editor.tabs.expand=true
  34. editor.tabs.size=2
  35. editor.update_extension=true
  36. editor.window.height.default=600
  37. editor.window.height.min=290
  38. editor.window.width.default=500
  39. editor.window.width.min=400
  40. export.applet.separate_jar_files=false
  41. export.application.fullscreen=false
  42. export.application.platform=true
  43. export.application.stop=true
  44. export.delete_target_folder=true
  45. gui.scale=auto
  46. last.ide.1.8.5.daterun=1518124917
  47. last.ide.1.8.5.hardwarepath=/opt/ard/hardware
  48. last.screen.height=768
  49. last.screen.width=1024
  50. last.sketch.count=1
  51. last.sketch.default.location=312,51,500,600,268,0
  52. last.sketch.default.path=/opt/ard/examples/01.Basics/Blink/Blink.ino
  53. last.sketch0.location=312,51,500,600,268,0
  54. last.sketch0.path=/opt/ard/examples/01.Basics/Blink/Blink.ino
  55. last.sketch1.location=262,84,500,600,430,0
  56. last.sketch1.path=/tmp/untitled461619707.tmp/sketch_feb08a/sketch_feb08a.ino
  57. launcher=xdg-open
  58. platform.auto_file_type_associations=true
  59. preproc.color_datatype=true
  60. preproc.enhanced_casting=true
  61. preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
  62. preproc.output_parse_tree=false
  63. preproc.save_build_files=false
  64. preproc.substitute_floats=true
  65. preproc.substitute_unicode=true
  66. preproc.web_colors=true
  67. programmer=arduino:avrispmkii
  68. proxy.manual.hostname=
  69. proxy.manual.password=
  70. proxy.manual.port=
  71. proxy.manual.type=HTTP
  72. proxy.manual.username=
  73. proxy.pac.url=
  74. proxy.type=auto
  75. recent.sketches=/opt/ard/examples/01.Basics/Blink/Blink.ino,
  76. run.display=1
  77. run.options=
  78. run.options.memory=false
  79. run.options.memory.initial=64
  80. run.options.memory.maximum=256
  81. run.present.bgcolor=#666666
  82. run.present.exclusive=false
  83. run.present.stop.color=#cccccc
  84. serial.databits=8
  85. serial.debug_rate=9600
  86. serial.parity=N
  87. serial.port=COM1
  88. serial.stopbits=1
  89. sketchbook.path=/home/lubuntu/Arduino
  90. software=ARDUINO
  91. target_package=stm32duino
  92. target_platform=STM32F1
  93. update.check=true
  94. update.id=758614926157814860
  95. upload.using=bootloader
  96. upload.verbose=false
  97. upload.verify=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement