Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nanoframework/nf-interpreter

:gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
https://github.com/nanoframework/nf-interpreter

Add TARGET_SERIES to cmake-variants.TEMPLATE.json (#478)

- this option was wrongly removed

Signed-off-by: José Simões <[email protected]>

88a76b624f31c78799af4bc4d95a0d96aee18eb8 authored over 7 years ago
Create PULL_REQUEST_TEMPLATE.md

9412c8992618b4fc80a4d0c4cff64caff03ba848 authored over 7 years ago
Create ISSUE_TEMPLATE.md

d5baaf927549062183ec954a7c16f87caa5426f4 authored over 7 years ago
Update cmake-variants.TEMPLATE.json (#477)

- remove unused options
- add option for Windows.Devices.I2c

94a9d4e17a99f2ffb6511d658fdcc6f7666fc251 authored over 7 years ago
Remove ST_NUCLEO144_F746ZG from nF overlay (#476)

- it now exists on the official ChibiOS distribution

Signed-off-by: José Simões <jose.simoes@...

65f11a22ebcb36f4be2c5f3f45fa3b3554365732 authored over 7 years ago
Work on System.Convert (#459)

* Work on System.Convert

Implementation of NativeToInt64 and NativeToDouble.

Signed-off-by...

3d07ab2d0ab6c76ad8cb1f8c01ba355205fcb1a2 authored over 7 years ago
Fixed typo with SWO_OUTPUT CMake option (#475)

- was missing a T in ouTput
- add palSetPadMode to STM32F746xG reference board when SWO output ...

d979bd25c8b5db74b3470e94c0c59dbcc6642d2c authored over 7 years ago
Update program with SPI test code (#474)

1646af74615d13d581de558c5019b0aedabe2cdb authored over 7 years ago
Correct assembly name (#473)

Signed-off-by: José Simões <[email protected]>

0540e2183147203d055f948ac533b749e6c6af64 authored over 7 years ago
Update nanoCLR test app to latest Nugets (#472)

Signed-off-by: José Simões <[email protected]>

a19041c843cad8b055f7076aa40194b7b63f664f authored over 7 years ago
Rework title

1f3ca2b0f83f36c1e0751ae79dade93487c74fbb authored over 7 years ago
Correct URL for nF logo

aef4606a8240bf498dd1afcc315911950d96760d authored over 7 years ago
Disable Gpio on F091 board (#471)

It seems to go out of memory otherwise.

f15bf62481e8ac2223e66bf75a04d4ad28c76f09 authored over 7 years ago
Update Devces.Gpio native code for 1.0.0.22 (#470)

Signed-off-by: José Simões <[email protected]>

446a2510fb3fcbe36a00289484f5a8950a4c7ec5 authored over 7 years ago
Work on documentation (moving to Home repo) (#468)

- removed docs folder
- reword readme
- rework contribution and code of conduct to point to Ho...

3843a0ea854a18a2ae13a64a8ae5d29160f2aaec authored over 7 years ago
SetResult - Fix bytes return values (#469)

Byte ("sbyte") and unsigned byte ("byte") were swapped for SetResult_I1/U1

Signed-off-by: Chr...

d27436106753adc6ad046ec265d2b9f53fe28e7b authored over 7 years ago
Add more SetResult_* methods (#460)

Addition of :
- SetResult_I1 (byte)
- SetResult_U1 (sbyte)
- SetResult_I2 (short)
- SetR...

dcd4b8a05468b5061ecce28f01c2c7299eb94a51 authored over 7 years ago
Update docs (#467)

- move contributors to repo root
- update several URLs

Signed-off-by: José Simões <jose.simo...

5fb8a59e11eec97340cc09d40ee52b8e51675020 authored over 7 years ago
Update README.md

27e32cca034b3c4c997202f1db1b86b6fd8e41a4 authored over 7 years ago
Create CODE_OF_CONDUCT.md

6ac96a2cd02981e38a0e4c18c826657cae7fa186 authored over 7 years ago
Delete maintainers

f9747bc18931ef6ef44570a824e562df8162ba47 authored over 7 years ago
Update contributors (#466)

88a2bfd89efdfc8b74a12162fa2cd0f3a0eba233 authored over 7 years ago
Work on CMake (#465)

- reorder options to improve messages output
- add USE_NETWORKING_OPTION to make it clear and d...

3f1423ae63ce9febc42f25df47c9b63b325a9488 authored over 7 years ago
Work on Devices.GpioPin events (#464)

- add Hardware, InterruptHandler, NativeEventDispatcher and AsyncProcCall to the build
- enable...

ec46b0b28ca46c69d95bf643292b2216595304f4 authored over 7 years ago
Add CR+LF to improve output (#463)

6e5a40f30425d20b2c81979d8e84545afb3b3ce2 authored over 7 years ago
Add support for Cortex-M SWO (#462)

- add support to output printf using SWO
- add code to init and format output
- add call to Sw...

c478a2afacb3a5058a29f184549518d1af971193 authored over 7 years ago
Tweaks related with ChibiOS LwIP (#458)

- improve document formating, add missing empty line at end, add missing copyright header
- add...

527d5cca921fc3d963c9cf30bcb664f01df3b791 authored over 7 years ago
Enable Lwip feature - DONT MERGE YET (#456)

* lwip cmake script
* integrate lwip into nanoframework build system
* added lwip options file...

a54579f2c390cf444ce8b6a5c345f6995f48af82 authored over 7 years ago
Add option to choose inclusion of Application Domains (#455)

- add option to CMake to choose the inclusion (or not which is the default) of support for Appli...

ee76cd7d2ae43fe7dd5419ab591a767086ddbfb3 authored over 7 years ago
Correct comment on CMake var setting (#454)

099750acb52b857c5ebf511e7c28c3f8f69e7f87 authored over 7 years ago
Enable SPI5 (this is used in the board mems sensor) (#453)

Signed-off-by: José Simões <[email protected]>

c514e137ea2054dc29deddec17234c223e7dd720 authored over 7 years ago
Work on nanoCLR solution (#452)

- add source code for all existing class libraries
- add class libraries and test code to test ...

15766200d0962ebe591a3c8c5f9ce96ce8e56842 authored over 7 years ago
Update CorLib with latest managed version (#451)

- udpate native code and declarations
- update test app for nanoCLR
- fixes nanoframework/nf-c...

c1e1d02e7b42a4b38e50baa6fbde337521e34c16 authored over 7 years ago
Update test app for nanoCLR (#450)

Signed-off-by: José Simões <[email protected]>

c55c6cf4c2336234a4c68e123410f73f5db65fcb authored over 7 years ago
Correct declarations by removing weak attribute (#449)

- if the declarations include the (GCC) weak attribute and there is no actual implementation (ei...

ac58815e57dc4cd3ac9278acbceb85bd7e814b95 authored over 7 years ago
Fix missing stubs in CoreCLR (#448)

Signed-off-by: José Simões <[email protected]>

ac55ae3e80c8727382b0585330bfa1053d8febf2 authored over 7 years ago
I2c (#445)

* First attempt to code Devices.I2c

This is the first try on Devices.I2c

Signed-off-by: Ch...

88ddb2498e938e4361fe8fae4027fbdaf29a0fc1 authored over 7 years ago
Remove references to removed source files (#447)

Signed-off-by: José Simões <[email protected]>

b5156a920f88da1080755afc349e99e9a51ed513 authored over 7 years ago
Update native code for System.Globalization (#446)

- update native code with changes for managed v1.0.0.24

Signed-off-by: José Simões <jose.simo...

ef942c905345058785bb70aad7b922c001c284ad authored over 7 years ago
Update Runtime.Events (#444)

- add WeakDelegate and related declarations
- update CMakes accordingly
- rename fields in CLR...

30ee9503c5f080f1a4991ecea7e50b5666c0fd10 authored over 7 years ago
Rename IOPort to NativeEventDispatcher (for clarity) (#442)

Signed-off-by: José Simões <[email protected]>

dd2280323cc7ea8e91b67922543514258310ddcd authored over 7 years ago
Work on events (#441)

- correct declarations
- add Events_MaskedRead
- correct bug in Events_Get (was always returni...

65834f6fbcf3a14a17aeb34f9567e0bec8cc2572 authored over 7 years ago
Work on Events (#440)

- correct types in declarations
- add code

Signed-off-by: José Simões <[email protected]...

2be08e3e02c97c5ee9e79311bd895c3f9ab6a778 authored over 7 years ago
Improve assembly loading (#439)

- now assembly for "Native" is loaded on AppDomain only if it's deployed
- correct name of nati...

537a89abebe6b2dd5f88f31dc15a178e9040a028 authored over 7 years ago
Add missing file to nanoCLR (#438)

Signed-off-by: José Simões <[email protected]>

3a3491f9c0e19c3f5a7faeca3f6ccb2c8b84bb12 authored over 7 years ago
Correct types in declarations of Async Process calls (#437)

Signed-off-by: José Simões <[email protected]>

3e9956a38f20b127f088f680c4f50ec8b03fdba5 authored over 7 years ago
Add documentation on using Ninja build (#436)

Signed-off-by: José Simões <[email protected]>

730584c62345d98a11c82f72c52fb5845bc93617 authored over 7 years ago
updated CMake to download the ChibiOS source from the 17.6.x stable branch (#435)

- Updated the documentation to match
- fixes #433

64f18a271b299dbf5de7743be922b64d2916b6ad authored over 7 years ago
Add native code for System.Console (#431)

Signed-off-by: José Simões <[email protected]>

8ff69b96c3ab51ada1e5aebf4fa401a3d7f5ec19 authored over 7 years ago
Update Travis script (#432)

- update CMake to 3.9.1
- add CMake option to use stable ChibiOS v17.6.2

e9cc9457e25372ed190c53d3c5d0d30b5864ac86 authored over 7 years ago
SPI native code (#429)

This is the first beta-release for the SPI assembly (native part).

Signed-off-by: Christophe ...

ec5a602c7eb91827295aba16eaa98513e8aedc23 authored over 7 years ago
Work on Devices.Spi (#428)

- update code to latest version of the managed class library
- move gpioPort[] to targetPAL to ...

43960e07c2c0f75318fa4bcad6d5dce16767d92b authored over 7 years ago
Improve documentation (#426)

- add documentation with tips for debigging the startup and assembly loading
- add links to the...

a50fd488b234892cbad8d5dcd399f5877aa0d69b authored over 7 years ago
Move CLRStartup to its own OS thread (#425)

- this makes it easy to isolate it and adjust stack size, for example
- fixes #416

Signed-of...

b5ad6a056fae6aa67bd47495387cd036a5f3b984 authored over 7 years ago
Work on Devices.Spi native (#424)

- update declarations from latest managed project
- rework code on NativeInit to make it more m...

d56a38e031db363755c48455ca3767865b8b4f7f authored over 7 years ago
Improve communication responsiveness (#423)

- the relinquish execution control was too tight, increased it to 10ms
- fixes #422

Signed-o...

f18dca412f926cbe9bfdaa9155208feda8331e10 authored over 7 years ago
Rework code for class libraries (#421)

- rename code files to shorten path
- rework CMakes accordingly
- rework native implementation...

502ed8030361c9467f50d5585a169b037b3a4787 authored over 7 years ago
Update submodule targets community to @7438530 (#419)

Signed-off-by: José Simões <[email protected]>

3d39a3291f12d69e9bf105002a24fe003a16d994 authored over 7 years ago
Work on Devices.Gpio (#418)

- update declarations to match latest managed version
- rework code to make use of internal fie...

c1e38905c8a91dce9b1fcebba298ff9a07b4a684 authored over 7 years ago
Correct wrong declation of argument in Interop code (#417)

Signed-off-by: José Simões <[email protected]>

7fa07d6becfa8ce1f996caa07422f69d94c68ab4 authored over 7 years ago
Correct issue with flash driver for STM32F4XX devices (#415)

- fixes #414

Signed-off-by: José Simões <[email protected]>

aed66d91a569da191d345a162e45513cae30bfc5 authored over 7 years ago
Work on events (#412)

- add code to make events and async process calls work
- update CMakes accordingly
** WIP test...

b81789e1c18b82c8b1c9c33963ce2a7de19a09a6 authored over 7 years ago
refacrored template to make it slightly simpler (#410)

corrected some spelling
added monitor reset configs

abdf8deee93be3502b3cd535f37b26fee87d94ba authored over 7 years ago
Rename NativeEvents native code (#409)

Signed-off-by: José Simões <[email protected]>

62d49bade6a0fd472d6a32bc850af6bc86bc130c authored over 7 years ago
Initial version of native events (#407)

- add native code
- uncomment related code in existing source files
- update CMakes accordingl...

8368a28c36fc4a237ae9a69e0fe66dc46a3ee887 authored over 7 years ago
Update nanoCLR test solution (#406)

- add reference to Windows.Devices.Spi

Signed-off-by: José Simões <[email protected]>

1acd7afd3ce5ee53d673850de5622ccb92e49aa2 authored over 7 years ago
Improvements in documentation for class libraries (#405)

Signed-off-by: José Simões <[email protected]>

b71a80dc03f57549bf0580954704e67151915b66 authored over 7 years ago
Improvements in SPI HAL subsystem selection (#404)

- SPI subsystem in ChibiOS HAL is now enabled if the Windows.Devices.Spi API is enabled

Signe...

aecadfd095315d4401e6fd330a1bef4bca886fee authored over 7 years ago
Initial work on Windows.Devices.Spi (#403)

- add native code
- add CMake for Windows.Devices.Spi
- update CMakes as required
- add Spi o...

7246c568bd694b2bdc3185a294c8dc9e98932223 authored over 7 years ago
Improvements in boot sequence (#402)

- released LEDs from CLR (no more blinking when nanoCLR loads)
- simplified LED feedback on nan...

29c38e395cc9b29dc7752fcb1101f87154b82773 authored over 7 years ago
Minor fixes (#401)

- add missing new line at end of file
- correct comment

Signed-off-by: José Simões <jose.sim...

ace85889dc9f48c8f617166ce3d26d9efe71e77a authored over 7 years ago
Fix flash driver for use in SMT32F7 series (#400)

- replace sector calculation algorithm with general code (was working only for F4 series)
- add...

90ac568750a2d81e2a044dadbabf2b719f6319ab authored over 7 years ago
corrected block storage (#396)

corrected linker memory
added include to mcuconfig

12528365c2d339dc469e166896a865168947d539 authored over 7 years ago
Various fixes for MBN_QUAIL (#395)

- correct and improve block storage declaration (was wasting too much flash for CLR)
- correct ...

ebe9a31e3200e86ad445c021b16d3d4be8e210ef authored over 7 years ago
Various fixes in ST_STM32F429I_DISCOVERY (#394)

- fixed (and improved) device block storage as it was wasting too much flash for CLR
- fixed CL...

07caf44009e8afe4d6677f360a560fbb1fce92d3 authored over 7 years ago
Fix regions on F746ZG (#392)

- Block regions corrected
- Memory regions corrected
- fix #391

Set GPIO API to true in cma...

c453001e380e4a3ddf735e74e14cfa1ef08af351 authored over 7 years ago
Merge pull request #388 from networkfusion/f7usb

fix for USB connection issues with F769I

8326c0b4ffaeaa15ff0d61530bbdd37ef6002eb5 authored over 7 years ago
Merge branch 'f7usb' of https://github.com/networkfusion/nf-interpreter into f7usb

9bbe937ecac107eb5847adc0d82f9b7118caaa8c authored over 7 years ago
correct USB connection issues

1f12e59e94b4556e4b103149d3a9b14960001158 authored over 7 years ago
minor refactoring

5e24d8518e2fcb2890d1c6580bded291e3da590f authored over 7 years ago
removed merge conflicts

baf8eb47690e35c2154bf902d3cb3b470d4cba40 authored over 7 years ago
minor refactoring

fa5cc8dd674a60d21917da6c5afb56d9df767ab8 authored over 7 years ago
correct USB connection issues

c4ce88fba7d4fbca5c3b1268cb1dff3b3f06c018 authored over 7 years ago
updates to documentation (#389)

272a2bd04e9e8f02400aec497609f75ba9a238a8 authored over 7 years ago
correct USB connection issues

e8e95cd6866cb289fbd3f5299c4cc4735f598f8e authored over 7 years ago
Merge pull request #387 from MikroBusNet/gpio

Devices.Gpio fixes

67c36dadbbbb88939b499d8278569c2669d8a26c authored over 7 years ago
Devices.Gpio fixes

Fix some bugs in the first implementation of Winwods.Devices.Gpio

Signed-off-by: Christophe Ger...

665a6202e4d09b46248b33ef59ae86039f8a70b3 authored over 7 years ago
F746 device id (#380) (#384)

* updated device Id (fix #380)

eebbbd899257112ef6fc58becf5277c0920630d7 authored over 7 years ago
update travis arm toolchain (#381)

* update travis arm toolchain #196 and cmake to 3.8.2

* update gcc arm toolchain

* changed...

11f8c46daf8d8fea55cf78786a854a3feb66ca68 authored over 7 years ago
Fix debugger wait loop (#383)

- this loop doesn't do anything except waiting, so on CMSIS target qw need to relinquish executi...

6477d9ed6d55198640d79351ea997e9cf24f9a5c authored over 7 years ago
update travis arm toolchain #196 and cmake to 3.8.2 (#379)

cfb8a899d81feee3459563f01189a03f68a7d53f authored over 7 years ago
updated documents (#378)

93857a043516e487b27bc126ce8968d5b71d222a authored over 7 years ago
This file shouldn't be under source control (#377)

6e26b29ff02be57dc15ad710a74deb4610d4d299 authored over 7 years ago
Add documenation about thread execution and context switching (#376)

Signed-off-by: José Simões <[email protected]>

95fdd3065745f2d0adfbe35376a13d885a2da6b7 authored over 7 years ago
Work on Execution (#375)

The CLR Interpreter runs on it's own OS thread (then jumping from one nanoFramework thread to th...

675e79effe12b6ca037d52e503601ab6b5504d86 authored over 7 years ago
Update test app in nanoCLR (#374)

- update Nuget packages to latest version
- add reference to Windows.Device.Gpio (improving tes...

6d55e16376e142d83024cb8de952abae9786e563 authored over 7 years ago
Initial work on Events (#373)

- created declaration for PAL events
- move declaration from PAL header to to events header
- ...

0347c4898864ee2a101caee50dbabd257b61717d authored over 7 years ago
Fix ContiguousBlockAssemblies (#372)

- execution wasn't ever leaving the while loop

Signed-off-by: José Simões <[email protected]...

a123e0f964723d0f5144083d802837705fcec95b authored over 7 years ago
F7 improvements and attempts at CLR RAM optimisations for some boards (#370)

* changed F796I to reflect changes in ChibiOS

* Updated F746 to match latest changes in Chibi...

5f606061ad72a8e3f95a782f4e341c44c1199e30 authored over 7 years ago
Improve ContiguousBlockAssemblies (#371)

- the search/check/load procedure doesn't require loading the asembly in memory anymore thus imp...

9bdea561b0c9fa487ab7a63d04829c381f4e148d authored over 7 years ago