Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daizhirui committed Oct 18, 2018
1 parent ec6dc32 commit 613c813
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CamelStudioX

CamelStudioX is an IDE designed for embedded system designed by Camel Microelectronic Inc.

This IDE is expected to provide a much robuster and more convenient using experience than CamelStudio.

If you are interested in CamelStudioX(for macOS) lower than 4.0 (like 3.8.0), please visit [CamelStudioX_Mac](https://github.com/daizhirui/CamelStudioX_Mac).
1 change: 0 additions & 1 deletion macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ If you are interested in CamelStudioX(for macOS) lower than 4.0 (like 3.8.0), pl

## Bugs to fix

- [x] Convert: 0x10000008 should be an instruction code which jumps to the real interrupt service routine entrance. Now 0x10000000 to 0x10000018 are codes which load address and jump to the real entrance of user's code. (FOR OPTIMIZATION 2). The instruction code of jump is `000010 26-bit`. Let `target` = 26-bit part. `target = (PC-(PC&0xf0000000))>>2`. `PC` is the address to jump to. (Code is modified already. Wait for test.)

## Improvement to do

Expand Down

0 comments on commit 613c813

Please sign in to comment.