硬汉嵌入式论坛

 找回密码
 立即注册
查看: 1953|回复: 14
收起左侧

[Embedded Studio] Embedded Studio V8.16发布(2024-08-17)

  [复制链接]

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
发表于 2024-8-17 10:42:43 | 显示全部楼层 |阅读模式
回复

使用道具 举报

25

主题

300

回帖

380

积分

高级会员

积分
380
发表于 2024-8-17 12:32:10 | 显示全部楼层
Version 8.16Build
  • Fix not always displaying error messages in windows builds that terminate on error.
  • Updated the GCC/BINUTILS tools build to use the Arm GNU Toolchain 13.3.Rel1 source release (Arm only).
  • Updated segger-rtl to version 4.28.03.
  • Fixed update of interleaved source text in disassembly after build.
  • Updated segger-ld to version 4.38.13.
  • Add Thread Model and DSO Handle Value project properties.
  • Build log removes nodes that don't have messages and puts Notes and Includes under the relevant node.
Debug
  • Fixed simulation of RISC-V rev8 instruction.
  • Add support for 64-bit addresses in ARM64 and RISC-V 64 projects.
  • Updated J-Link software to version V7.98c.
Editor
  • Fixed code format of selected text formatting one line beyond the end of selection.
  • Fixed incorrect clipping of diagnostic highlights when scrolled horizontally off screen to the left.
  • Fixed replace all in block selection when selection has been made from bottom left to top right.
  • Fixed incorrect positioning of inline diagnostics when line contains tab characters.
  • Fixed LSP operations failing after deleting a range that extends beyond the end of line or the end of the text document.
  • Fixed editor not showing extra lines and columns when scroll bars are hidden.
  • Fixed cursor disappearing off screen one character to the right while typing when Text Editor > Cursor Fence > Right Margin is set to 0.
  • Fixed editor scrolling left on opening a file when certain screen resolutions and scaling factors are used.
  • Improved suggestion selection dialog.
  • Added Return or Enter or Tab option to Text Editor > Programmer Assistance > Code Completion Suggestion Selection Key environment option and made this the default value.
  • Changed Text Editor > Programmer Assistance > Select First Code Completion Selection environment option default value to No.
  • Fixed missing < and > characters in macro definition tooltips.
IDE
  • Fixed the finish button not being the default on the last page of the new project dialog.
  • Added support for ABGR32, BGR32, BGR565, BGR666, BGR555, BGR888, BGR444, GRAY8, GRAY4 and GRAY2 formats to the frame buffer window.
  • Added Show Grid option to the frame buffer window.
  • Fixed unreadable text colors in some widgets when using dark theme on certain Linux distributions.
  • Added expand and collapse all actions to output window.

回复

使用道具 举报

2

主题

27

回帖

33

积分

新手上路

积分
33
发表于 2024-8-18 11:31:41 | 显示全部楼层
试了试,确实这个确实不错,不只是编辑功能强,关键是使用GCC不用担心收到律师函了。单位都不让装Keil很让人恼火,担心IAR也一样。
回复

使用道具 举报

14

主题

238

回帖

280

积分

高级会员

积分
280
发表于 2024-8-18 14:22:35 | 显示全部楼层
zouhp 发表于 2024-8-18 11:31
试了试,确实这个确实不错,不只是编辑功能强,关键是使用GCC不用担心收到律师函了。单位都不让装Keil很让 ...

这个软件也是不能免费商用的
回复

使用道具 举报

81

主题

1362

回帖

1605

积分

至尊会员

积分
1605
发表于 2024-8-21 20:25:07 | 显示全部楼层
现在都已经把arm risc-v整合到一起了。。。
回复

使用道具 举报

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
 楼主| 发表于 2024-8-22 09:45:37 | 显示全部楼层
wdliming 发表于 2024-8-21 20:25
现在都已经把arm risc-v整合到一起了。。。

对,从8.x开始,设计成二合一了。
回复

使用道具 举报

8

主题

155

回帖

179

积分

初级会员

积分
179
发表于 2024-8-26 14:32:20 | 显示全部楼层
zouhp 发表于 2024-8-18 11:31
试了试,确实这个确实不错,不只是编辑功能强,关键是使用GCC不用担心收到律师函了。单位都不让装Keil很让 ...

这软件商用也是收费的阿
回复

使用道具 举报

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
 楼主| 发表于 2024-9-18 08:31:50 | 显示全部楼层
V8.16b发布 2024-09-17
回复

使用道具 举报

8

主题

32

回帖

56

积分

初级会员

积分
56
发表于 2024-9-18 12:46:27 | 显示全部楼层
printf打印中文乱码如何解决  Debug Terminal 好像不支持中文输出
回复

使用道具 举报

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
 楼主| 发表于 2024-9-18 13:11:32 | 显示全部楼层
flair0626 发表于 2024-9-18 12:46
printf打印中文乱码如何解决  Debug Terminal 好像不支持中文输出

对,不支持中文。
回复

使用道具 举报

92

主题

293

回帖

569

积分

金牌会员

积分
569
发表于 2024-9-19 22:37:54 | 显示全部楼层
Embedded Studio应该如何使用printf?为什么我使用printf时什么都没有显示
回复

使用道具 举报

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
 楼主| 发表于 2024-9-21 09:55:55 | 显示全部楼层
feiante 发表于 2024-9-19 22:37
Embedded Studio应该如何使用printf?为什么我使用printf时什么都没有显示

默认是打印到RTT终端窗口的
回复

使用道具 举报

14

主题

238

回帖

280

积分

高级会员

积分
280
发表于 2024-9-28 17:14:12 | 显示全部楼层
V8.18发布 2024-09-27
回复

使用道具 举报

81

主题

1362

回帖

1605

积分

至尊会员

积分
1605
发表于 2024-9-28 20:28:58 来自手机 | 显示全部楼层
发布真勤快啊
回复

使用道具 举报

1万

主题

7万

回帖

11万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
117530
QQ
 楼主| 发表于 2024-9-29 09:17:35 | 显示全部楼层

这速度确实快
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2025-8-12 17:00 , Processed in 0.052870 second(s), 27 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表