aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-12-11 19:36:00 +0000
committerDrashna Jaelre <drashna@live.com>2019-12-11 11:36:00 -0800
commit071eb2478f039e21effb981a8a98e6181238b53b (patch)
tree061ba39b3de6080bac9adb2a3a0922624d8d047c /docs
parent770a4ee7291095aaa6548d3e988633bf2ae6e6c0 (diff)
downloadqmk_firmware-071eb2478f039e21effb981a8a98e6181238b53b.tar.gz
qmk_firmware-071eb2478f039e21effb981a8a98e6181238b53b.zip
Remove mbed files (#7605)
* Remove mbed files * Remove mbed files - fix comment * Remove mbed logic blocks
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_build.md8
-rw-r--r--docs/fr-fr/faq_build.md9
-rw-r--r--docs/zh-cn/faq_build.md8
3 files changed, 0 insertions, 25 deletions
diff --git a/docs/faq_build.md b/docs/faq_build.md
index b2e448306..618ae40f3 100644
--- a/docs/faq_build.md
+++ b/docs/faq_build.md
@@ -99,14 +99,6 @@ You can buy a really unique VID:PID here. I don't think you need this for person
99- http://www.obdev.at/products/vusb/license.html 99- http://www.obdev.at/products/vusb/license.html
100- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 100- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1
101 101
102## Cortex: `cstddef: No such file or directory`
103GCC 4.8 of Ubuntu 14.04 had this problem and had to update to 4.9 with this PPA.
104https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
105
106https://github.com/tmk/tmk_keyboard/issues/212
107https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef
108https://developer.mbed.org/forum/mbed/topic/5205/
109
110## BOOTLOADER_SIZE for AVR 102## BOOTLOADER_SIZE for AVR
111Note that Teensy2.0++ bootloader size is 2048byte. Some Makefiles may have wrong comment. 103Note that Teensy2.0++ bootloader size is 2048byte. Some Makefiles may have wrong comment.
112 104
diff --git a/docs/fr-fr/faq_build.md b/docs/fr-fr/faq_build.md
index 448ff01aa..84d88afcd 100644
--- a/docs/fr-fr/faq_build.md
+++ b/docs/fr-fr/faq_build.md
@@ -99,15 +99,6 @@ Vous pouvez acheter un VID:PID unique ici. Je ne pense pas que ce soit nécessai
99- http://www.obdev.at/products/vusb/license.html 99- http://www.obdev.at/products/vusb/license.html
100- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 100- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1
101 101
102## Cortex: `cstddef: No such file or directory`
103
104Ce problème existait avec le GCC 4.8 d'Ubuntu 14.04, la solution a nécessité de mettre à jour vers 4.9 avec ce PPA.
105https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
106
107https://github.com/tmk/tmk_keyboard/issues/212
108https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef
109https://developer.mbed.org/forum/mbed/topic/5205/
110
111## BOOTLOADER_SIZE pour AVR 102## BOOTLOADER_SIZE pour AVR
112 103
113Notez que la taille du bootloader pour les Teensy2.0++ est de 2048bytes. Quelques Makefiles peuvent contenir une erreur et avoir le mauvais commentaire. 104Notez que la taille du bootloader pour les Teensy2.0++ est de 2048bytes. Quelques Makefiles peuvent contenir une erreur et avoir le mauvais commentaire.
diff --git a/docs/zh-cn/faq_build.md b/docs/zh-cn/faq_build.md
index 82d0697a8..0d9047bc5 100644
--- a/docs/zh-cn/faq_build.md
+++ b/docs/zh-cn/faq_build.md
@@ -68,14 +68,6 @@ https://github.com/tmk/tmk_keyboard/issues/150
68- http://www.obdev.at/products/vusb/license.html 68- http://www.obdev.at/products/vusb/license.html
69- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 69- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1
70 70
71## Cortex: `cstddef: No such file or directory`
72在Ubuntu 14.04上的GCC 4.8 会出现这种问题需要用这个PPA升级到4.9。
73https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded
74
75https://github.com/tmk/tmk_keyboard/issues/212
76https://github.com/tmk/tmk_keyboard/wiki/mbed-cortex-porting#compile-error-cstddef
77https://developer.mbed.org/forum/mbed/topic/5205/
78
79## AVR的BOOTLOADER_SIZE 71## AVR的BOOTLOADER_SIZE
80注意Teensy2.0++ bootloader的大小是2048字节。有些Makefile注释错了。 72注意Teensy2.0++ bootloader的大小是2048字节。有些Makefile注释错了。
81 73